Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it ok to have 7 levels of nesting in the index.js? #360

Closed
archibara opened this issue Apr 6, 2024 · 0 comments
Closed

Is it ok to have 7 levels of nesting in the index.js? #360

archibara opened this issue Apr 6, 2024 · 0 comments

Comments

@archibara
Copy link

<Provider store={store}>
<ActionsBusReactContext.Provider value={{ actionsBus }}>
<ApolloProvider client={apolloClient}>
<ApolloHooksProvider client={apolloClient}>
<BrowserXThemeProvider>
<ReduxBasedGradientProvider>
<ConsoleErrorBoundary>
<App />
</ConsoleErrorBoundary>
</ReduxBasedGradientProvider>
</BrowserXThemeProvider>
</ApolloHooksProvider>
</ApolloProvider>
</ActionsBusReactContext.Provider>
</Provider>,

maybe we can use flat structure?

@viktor44 viktor44 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants