-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
While exploring solutions to avoid Provider Wrapper Hell in our codebase, I came across an interesting approach detailed in an article (https://javascript.plainenglish.io/embrace-react-composition-for-cleaner-code-a-better-alternative-to-provider-wrapper-hell-ead75512091a). The article suggests embracing React composition as a cleaner and more efficient alternative.
I propose we consider integrating a similar solution. This could streamline our code, making it more maintainable and less cluttered with nested components.
fairdrive-theapp/src/pages/_app.tsx
Line 45 in c3732aa
function MyApp({ Component, pageProps, router }: AppProps) { |
tamas6
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request