Browse all articles tagged with functional components
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.