u/Engi_2003

I built a Brotli decompression library for React Native (iOS & Android)

I built a Brotli decompression library for React Native (iOS & Android)

Our backend was compressing API responses with Brotli (Python/Django) and reducing payload sizes by ~75%, but there was no React Native library to decompress them on the client side — so I had to write native modules myself. Packaged them up as an open source library in case anyone else runs into the same problem.

Supports both old and new React Native architecture.

GitHub: https://github.com/harmansidhu101/react-native-brotli-decompress

npm: https://www.npmjs.com/package/react-native-brotli-decompress

u/Engi_2003 — 5 days ago