bulletproof-react
bulletproof-react copied to clipboard
🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
Hi, an excellent resource, I love it. I've tried to make the readme description a tad bit clear plus I've added the grammatical fixes from pull requests [81](https://github.com/alan2207/bulletproof-react/pull/81) & [84](https://github.com/alan2207/bulletproof-react/pull/84)...
I have cloned the repo and ran yarn install. After install completes and I run yarn start, I see "Compiled with warnings" message and a bunch of files with TypeScript...
Addresses #102
Running `yarn test` displays error message `Command "test:watch" not found`
As you can see [here](https://github.com/alan2207/bulletproof-react/blob/master/src/lib/react-query.ts), this project use additional types for react query. I honestly find it hard to understand what they are doing. It would be great if someone...
I love your project and have been using it for a while to look for examples. I've just been wondering how the axios instance and interceptors work with React in...
I'm wondering. I have some Sass mixins I use throughout my app. What can I add to the structure of my src folder to make that happen? I'm looking at:...
So, due to some problem with Node versions. We face some problems while running the application. I could make it work by using nvm to switch to version 16 instead...
This PR extends the docs performance section regarding wisely usage of React Context and children prop.
