bulletproof-react
bulletproof-react copied to clipboard
🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
Hi, I've been struggling with this confusion for some time. Here's what features I'm having in my application that is relevant to the `User` concept. ### The `auth` feature One...
Thanks for the great resources : ) I am designing an application based on this document, but I have a question. ## What I want to ask you [project-structure.md](https://github.com/alan2207/bulletproof-react/blob/master/docs/project-structure.md) >...
**Windows Env:** npm: `8.4.1` node: `17.5.0` **Steps to reproduce:** 1. `npm install` 2. `npm start` 
plop generator was not working correctly
I see there is a generators/components but there is no read me or any mention of it . Do you need to add that?
It will be awesome if we have bulletproof-nextjs what do you think 😆
**tl;dr** This forces LF endings (instead of auto / CRLF line endings) resolving "every line is an ESLint error" behavior on Windows that results from the ESLint rule `"prettier/prettier: ['error']"`...
### Rationale 1️⃣ I find it a waste of everyone's time to expect people to memorize the Prettier defaults. 2️⃣ If you want to use Airbnb's line length default (`printWidth:...
Hi, what do you thing about handle Application Bootstrap and Layout as a feature? When starting an application it is often necessary to extract data from the server and consequently...
Could you please explain what to put under routes folder? Do I have to put the mapping Component Url or the components using react-router? Many thanks in advance for your...