evan.schultz
Home
About
Projects
Blog
Resume
Contact
Category: react
Browse all articles in the react category
2019-08-20
Improving your mental model of useEffect
Learn how to think about React's useEffect hook in a more intuitive way by focusing on dependencies rather than lifecycle methods.
React
Hooks
useEffect
JavaScript
Read More
2019-03-28
Refactor to React Hooks, Not Classes
Are you tired of refactoring stateless-functional components to class-based ones, just to manage simple local state? Learn how React Hooks can help you write more concise and maintainable code.
React
Hooks
JavaScript
Functional Components
Read More
2019-01-25
Simplifying React Forms with Hooks
Learn how to use React Hooks to simplify form handling in your applications, with custom hooks that make managing input state a breeze.
React
Hooks
Forms
JavaScript
Read More