📄️ Project structure
Our project structure focuses on separating concerns where each folder and sub-folder contain files with a specific role.
📄️ Git hooks
Please note that supporting githooks using husky comes by default with our template.
📄️ Design system
Styled components:
📄️ Generate New Screen
Let's suppose we want to create a Login screen.
📄️ State management and Storage
Redux toolkit:
📄️ Translation
The translation is one of the chores that must be included in every application, even if you're not planning to use multiple languages. Still, it allows you to manage your app's content from one place, a translation JSON file.