Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Hook Form | 35,106 | 127 | 1,337 | 5 hours ago | 951 | September 23, 2022 | 12 | mit | TypeScript | |
📋 React Hooks for form state management and validation (Web + React Native) | ||||||||||
Formik | 32,386 | 2,455 | 1,807 | 2 days ago | 201 | June 02, 2021 | 774 | apache-2.0 | TypeScript | |
Build forms in React, without the tears 😭 | ||||||||||
React Jsonschema Form | 12,696 | 566 | 281 | 16 hours ago | 103 | December 16, 2019 | 289 | apache-2.0 | TypeScript | |
A React component for building Web forms from JSON Schema. | ||||||||||
Redux Form | 12,611 | 11,781 | 1,243 | 2 months ago | 235 | November 17, 2021 | 491 | mit | JavaScript | |
A Higher Order Component using react-redux to keep form state in a Redux store | ||||||||||
Formily | 9,628 | 119 | 2 days ago | 209 | September 20, 2022 | 12 | mit | TypeScript | ||
📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 | ||||||||||
React Final Form | 7,257 | 500 | 384 | 11 days ago | 76 | April 01, 2022 | 390 | mit | JavaScript | |
🏁 High performance subscription-based form state management for React | ||||||||||
X Render | 6,068 | 1 | 31 | 3 hours ago | 310 | September 21, 2022 | 13 | TypeScript | ||
🚴♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案 | ||||||||||
Unform | 4,514 | 33 | 2 months ago | 16 | February 19, 2021 | 73 | mit | TypeScript | ||
Performance-focused API for React forms 🚀 | ||||||||||
Survey Library | 3,614 | 37 | 15 | an hour ago | 384 | September 20, 2022 | 493 | mit | TypeScript | |
Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout. | ||||||||||
Form | 2,729 | a day ago | 29 | mit | TypeScript | |||||
🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Svelte Form and Vue Form. |
This project was developed as a form of study using React Native in order to learn and refactor the Nubank application in a simpler way, without many functionalities.
To run application of the basic structure of the project, just follow the following steps
# clone it
git clone https://github.com/caioorg/react-native-nubank
cd react-native-nubank
# Make it your own
rm -rf .git && git init
# Install dependencies
yarn install
# Start project development from Android
react-native android
# Start project development from IOS
react-native IOS