Fetching Data in React with UseEffect

If you’re confused about side-effects and pure functions, it can be hard to understand useEffect. Let’s learn them both, to fetch data with useEffect. Read more

Similar

Simple React Patterns

I've been writing React applications for a few years now, and I've noticed that some patterns tend to repeat themselves. In this post, I'll review these patterns which will summarize about 99% of the React code I write every day. (more…)

Read more »