News

Efficient. MMKV uses mmap to keep memory synced with files, and protobuf to encode/decode values, making the most of the native platform to achieve the best performance. Multi-Process concurrency: ...
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, ...