top of page

Unit testing React with Jest and Enzyme

Unit 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...

Quick Example of React useEffect Hook

In my previous post (Accessing State with React Hooks), I discussed how easy it is to add state to your React function component. This...

Accessing State with React Hooks

A new feature of React that is getting developers excited are Hooks. Hooks provide the functionality to use state and other React...

bottom of page