bulletproof-react
bulletproof-react copied to clipboard
🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
GitHub recommends using the naming `main` for the default branch, and I think this package should respect that recommendation as well.
The type signature has changed for Axios request configs. The current typing causes a compiler error. This PR updates the config to the newer typing and corrects the error.
Shouldn't we be "able" to have contexts for specific features? Like: ``` src/features/awesome-feature | +-- api # exported API request declarations and api hooks related to a specific feature |...
Hey @alan2207 ! Thanks for creating this repository. It's a great starting point for me to build my React App. I'm currently facing a problem where my unused code is...
node:internal/modules/cjs/loader:998 throw err; ^ Error: Cannot find module 'C:\Users\BUSINESS-HUB PC\bulletproof-react\node_modules\@craco\craco\dist\bin\craco.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:22:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } Hello...
When logging in I get a white screen because of render issues, React Query does not get the data until I refresh browser or re-fetch data, then user data is...
In my `@/features/profiles/index.ts` file, I am exporting two React components like this: ``` export * from "./components/ProfilesPage"; export * from "./components/ProfilesPageLoading"; ``` However, in doing so, I'm getting the following...
Please review as I have updated the Form component.
### Can I get new updated package.json because I got a lot of error to run locally this "bulletproof"
What if i don't use "useErrorBoundaries" in defaultQueryOptions? My app always crash on the first mount when calling useAuth. The query returns 401 on the first fetch and it throws...