Chris MancieroJan 15, 20194 minUnit testing React with Jest and EnzymeUnit testing is viewed as a must have for any code being developed but is usually put off until the end of the project life cycle to...
Chris MancieroJan 10, 20192 minQuick Example of React useEffect HookIn my previous post (Accessing State with React Hooks), I discussed how easy it is to add state to your React function component. This...
Chris MancieroJan 5, 20191 minAccessing State with React HooksA new feature of React that is getting developers excited are Hooks. Hooks provide the functionality to use state and other React...