Browse by tag: react

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-06-29
Tired of webpack config for setting up a React project? 😫 Try Parcel! Parcel is a zero-config fast bundler. Everything just works out-of…
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…
2020-10-22
React and Node workshops React workshop Build the UI for your next project! This workshop will cover concepts, examples, and exercises to…
2020-11-10
VSCode ESLint code actions on save I find that I'm setting up ESLint and Prettier way too often nowadays, fumbling through blog posts, stack…
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…