Styled Components v5, Firebase as a React hook, 10 JavaScript concepts you need to master React
The Next.js team just announced Next.js 9.2, which features the following:
In this article, Doug Safreno explains how to use (and how he implemented) useDbDatum / useDbData, two hooks for generically loading data from Firebase RTDB.
Build awesome apps across mobile, desktop, and web, with the React you know and love. Choose from over 100 mobile-ready components with built-in animations, gestures, and theming capabilities to fit your brand.
This visualizer is a nifty way to determine the ideal spring config for animations created with the react-spring animation library. This can help save a lot of time by demonstrating the effects of each setting on the animation you're working on, especially for those who are new to spring-based animations.
A beautiful and accessible drag and drop for lists with React.
This 30-minute video walks through how to make a weather app, a classic React project for beginners. You'll learn how to use the Open Weather Map API to return current weather data. This uses the Modern JavaScript Fetch API, React hooks, and conditonals.