Mike @grabbou.com 路 Nov 15

馃帀 New way of working with data coming soon to React Native! 鉃★笍 No more loading into the memory 鉃★笍 Create native streams 鉃★笍 Transform them in the JavaScript Codename `react-native-fast-io` coming soon... Where would you use this? 馃

33 likes 3 replies

?

Replies

Jake Carpenter 路 Nov 15

Definitely on the really stupid "let ChatGPT recognize this product for me" feature they're forcing me to build.

jr 路 Nov 15

i鈥檇 use it to pick up pdf and image files files and send them to backend using tus.io resumable file upload protocol just to see how it would feel in practice.

Mike 路 Nov 15

Those primitives are incompatible with built-in React Native ones, so by using FastIO, you have to opt-in to all APIs to take the biggest benefit. The API surface initially will include: - Fetch - WebSocket - File/Blob - FilePicker And probably a few more!