Posted inReact Why You Should Stop Using Class Components (Mostly) Posted by Emir March 10, 2019 React Hooks, introduced in React 16.8, have changed the way developers write components. With Hooks, state…
Posted inReact Understanding useEffect: Side Effects in Functional Components Posted by Emir March 3, 2019 With the introduction of React Hooks in React 16.8, functional components gained the ability to manage…
Posted inReact How to Manage Forms with useState and useReducer Posted by Emir March 1, 2019 March 29, 2019 React Hooks have been out for a couple of months now, and…