#277 — February 23, 2022 |
Next.js 12.1 Released — Don’t be fooled by the “.1”, this is a big release for the React powered framework. It introduces a beta version of on-demand incremental static regeneration (ISR), now automatically configures Jest for you, and can create smaller, more efficient ‘standalone’ builds of your app for production deployment. Vercel |
🏆 JavaScript to Know for React — A golden oldie we’ve seen doing the rounds again this week. It remains a perfect primer of several key JS features though with examples of features that will help you with React development in particular. Kent C Dodds |
React Authentication, Simplified — In this article, we lay out a new approach to authentication (plus access control & SSO) in React applications. Userfront sponsor |
An Introductory Guide to Concurrent Rendering — The upcoming React 18 will introduce new concurrent rendering features. What will this offer and why will you want to use it? Chak Shun Yu |
Security of React Native Libraries: The Bad, the Worse and the Ugly — A really deep dive into “issues in third party libraries that drastically affect the security of the main application”. These range from official guides which recommend insecure libraries through easily-misused APIs. Anastasiia Voitova and Julia Potapenko (Cossack Labs) |
|
Deploy a React App on GitHub Pages Automatically — Given that you’re likely on GitHub already, why not use GitHub Pages as a means of deploying React apps? As the author notes, the workload is low and the price is certainly right (at zero). Hanie Asemi |
Build a Responsive Chat App with Emojis, GIF Support, Edit/Delete Functions, and More Stream sponsor |
Creating a 'Reading Progress' Bar with React and Tailwind — Communicating reading progress is just one potential application of this concept. With some adaptation and a data store it should also be possible to track reader engagement—that is, Medium-like stats on how much of the material is actually being read. Anshuman Bhardwaj |
Comparing Gatsby and Next.js
|
🛠 Code and Tools |
Atropos: Touch-Friendly 3D Parallax Hover Effects — The easiest and fastest way to fool the eye into thinking the screen has somehow developed three-dimensional capabilities (and, admittedly, annoy some users - so be careful) is to use parallex effects as demonstrated on the project's homepage. Vladimir Kharlampidi |
React Storefront: A PWA for e-Commerce That's Already in V9.0 — Why wait for Shopify to finish up Hydrogen when you can start working with a mature, open-source, React-based e-commerce app right now? Storefront Foundation |
React Motion Router: A Declarative Routing Library for React with Page Transitions and Animations — Try a demo here. Nathan Johnson |
Heart Switch: A Heart-Shaped Toggle Switch Component for React — A (very) late Valentine’s Day gift for you. Anatoliy Gatt |
Spectacle 9: A React and JSX-Based Presentation Library — Got a presentation coming up? Build your decks with JSX, perhaps? Formidable |
|