Patterns.dev patterns.devLearn JavaScript design and performance patterns for building more powerful web applications.
Hooks Pattern patterns.devUse functions to reuse stateful logic among multiple components throughout the app
Container/Presentational Pattern patterns.devEnforce separation of concerns by separating the view from the application logic
Optimizing Re-render in React Context tanmaythole.medium.comOptimize performance of React Context API with memoization, useRef, and strategies for a smoother user experience.