react-native-quick-sqlite
DISCONTINUED
flipper
Our great sponsors
react-native-quick-sqlite | flipper | |
---|---|---|
7 | 29 | |
469 | 12,941 | |
- | 1.0% | |
8.3 | 9.8 | |
6 months ago | about 12 hours ago | |
C | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native-quick-sqlite
-
TOP 6 React Native libraries with native performance ⚡️
5. Quick SQLite
-
Which local db to use?
react-native-quick-sqlite if you know what you're doing and Know SQL it gives you more control over the database like executing custom SQL queries, or some advance things, you can use it with an orm like Typeorm.
-
How to specify pre-processor flags to the JSI-based React Native libraries
View on GitHub
-
A performant way to use PouchDB@7 on React Native in 2022
Oscar Franco created a great SQLite driver react-native-quick-sqlite, which provides a low-level API to execute SQL queries, fast bindings via JSI. JSI has a smaller overhead than the traditional RN bridge's. So, this is much faster than react-native-sqlite-2, which I made to get PouchDB to work on RN before.
flipper
- Way or viewing network requests?
-
Tools for Debugging in React-Native
Very useful and beautiful and simply , my suggestion is to use this Flipper
-
Logcat is awful. What would you improve?
You may also want to look into custom Flipper plugins to instrument your app.
-
React vs React Native: How Different Are They, Really?
Some development tools for the web are similar (Chrome debugger, mostly) to those for React Native, but other aspects are very different (working with the metro bundler, using Flipper, AsyncStorage debugging, more). Some techniques developers will use are the same (breakpoints and console logging), but others are different (knowing when to restart the packager vs reinstall the app on device).
-
How to specify pre-processor flags to the JSI-based React Native libraries
It's not possible to use a browser to debug a JSI app, use Flipper (for android Flipper also has SQLite Database explorer).
-
Speed boost to Flipper debugger on Apple M1
Flipper's official builds are painfully slow on Apple M1 silicon.
Thankfully there are good people out there that prepared a Universal App build for Flipper that runs natively on M1 silicon to a great success.
-
Why does Discord give so much data to Facebook, especially if you do not use Facebook to login?
Facebook Flipper isn't a tracker. It's an open source debugger that happens to be developed by Facebook.
You can check it out here: https://fbflipper.com/
-
A performant way to use PouchDB@7 on React Native in 2022
As the libraries use JSI for synchronous native methods access, remote debugging (e.g. with Chrome) is no longer possible. Instead, you should use Flipper.
What are some alternatives?
reactotron - A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
react-native-debugger - The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
chucker - 🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
react-native-mmkv - ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio.
expo - An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Proxyman - Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
appium - Cross-platform automation framework for all kinds of your apps built on top of W3C WebDriver protocol
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
react-native-quick-websql - Fast WebSQL-compatible SQLite driver for React Native
frida-android-unpinning - A Frida script to disable SSL certificate pinning in a target application
react-native - A framework for building native applications using React