Posts Tagged "React"

The only 3 steps you need to mock an API call in Jest

(Updated on )
Can't figure out how to mock an API call in Jest? Start here. Three steps, no magic, no mystery.

Get data from your URL into your React app with React Router

A plain, dead-simple example of how to use React Router URL parameters to pass data from the URL into your React components.