Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 4 C++ jsi Projects
-
if you need to store something small and simple use whatever. if is complex and speed is important use something performant. realmDB, https://github.com/mrousavy/react-native-mmkv and others are good fit for the job.
-
You can look at MMKV, Vision Camera and some other libs based on JSI which work pretty fast. https://github.com/mrousavy/react-native-mmkv https://github.com/mrousavy/react-native-vision-camera https://github.com/mrousavy/react-native-multithreading
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Project mention: React-native-quick-crypto – a crypto package that works | news.ycombinator.com | 2023-01-13
-
I went this route when the new arch was an up and coming thing, spent a lot of time learning how to do cpp stuff and i made this: https://github.com/TheRogue76/react-native-hashing From my experience, unless you are doing something that is computationally extremely expensive, or doing something that needs access to the Yoga and the whole of the rendering pipeline, you are better off doing it in Kotlin and Swift. Cpp is not a pleasant or modern language (from the generics to the null handling to enums, my experience was terrible). We are mobile developers, so there will never be a time in your career when Swift or Kotlin are not useful. For my part, I won’t touch cpp ever again unless i have to. But it’s up to you
C++ jsi related posts
- Best way to store data to device?
- react native async storage is not getting accessed correctly pls help me
- React-native-quick-crypto – a crypto package that works
- Is react-native mmkv good for large arrays?
- Have you guys had any issue/crash using redux persist
- JSI library compiling error during build
- Have you guys tried multi threading or spawning a new process for expensive tasks ?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 27 Mar 2023
Index
What are some of the best open-source jsi projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | react-native-mmkv | 3,284 |
2 | react-native-multithreading | 1,018 |
3 | react-native-quick-crypto | 409 |
4 | react-native-hashing | 18 |