Browse by tag: intermediate

2019-04-22
Originally posted in dev.to Curious about React Context, using an HoC to generalize a context consumer, why you might need to use…
2020-10-12
When testing React components with async state changes, like when data fetching with , you might get this error: not wrapped in act error TL…
2022-08-19
Intro Caching API calls in your webapp can reduce network calls, reduce backend and database load, and thus improve the overall performance…