Talk to your React components with custom events
I build pages with both React and non-React components, and sometimes all these components need to talk to each other. Examples include... Read more of Talk to your React components with custom events
How to avoid premature abstractions in React
As a junior developer, my number one problem was creating premature abstractions. Nowhere was this more evident than my React components. It... Read more of How to avoid premature abstractions in React
React Presentational and Container Components Using Context and Hooks
Updated: I've updated the code to export a named function, not an anonymous arrow function. When I first started using React, I learned... Read more of React Presentational and Container Components Using Context and Hooks