Insights
React TL;DR – a human filter for most useful React content.
7 React Libraries That Will Make Your Life Easier
Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, . . .
React Query
React Query – Hooks for fetching, caching and updating asynchronous data in React. . . .
Experimenting with the New React Concurrent Mode
You can start new UI updates before the old ones finish. With concurrent mode you stop the current . . .
Announcing TypeScript 3.7
TypeScript 3.7 arrived with a lot of great features 🎉🎉🎉 Features: Optional . . .
SWR: React Hooks for Remote Data Fetching
SWR is a React Hooks library for remote data fetching. Some interesting features: When . . .
Higer Order Functions
Higher order functions give you many creative possibilities to: write helper functions . . .