Introduction
An introduction to the quickest way of developing complex mobile apps with low code(in JSON).
What is it ?
react-native-nano
helps you to quickly develop complex mobile apps with low code (in JSON).
Here are some of the benefits you get out of the box when you use react-native-nano.
- No need to manage any state variables.
- Ease of creating new components using JSON.
- Easy to place components in horizontal and vertical directions.
- Ability for every component on the screen to access and change the every other component.
- Ability for most used methods to have control over database, navigation, uiElements, notifications and session.
- Separating Ui from Logic 100%.
- Ability to load UI (JSON) from your own server instead of deploying it to the Google/Apple store every time you update the app.
- App bundle sizes will decrease by 50%.
- You will only be coding just 30% of what you have been coding to achieve the same result.