Create React App v5.0
#269 — December 15, 2021
? This is the last normal issue of the year but we’re back next week with a “best of 2021” edition to cap off the year. Season’s greetings to you all!
__
Peter Cooper and Terence Gannon — editors
An Introduction to Framer Motion 3D — Framer Motion is a popular Web animation toolkit we’ve mentioned a few times over the years, and now there’s a 3D animation option that uses React Three Fiber under the hood. Some nice sandbox demos here to play with.
Framer
Create React App 5.0: The Popular ‘One Command’ React App Builder — Few projects in the React world have been as successful as Create React App, which has brought single command app generation to the masses. v5.0 includes fast refresh improvements, support for Tailwind, and a lot of dependency updates including webpack 5, Jest 27 and ESLint 8.
Meta
Open-Source Session Replay for Developers — We let you see and debug what users do on your web app, helping you fix issues faster. OpenReplay is open-source and self-hosted for complete control over your data.
OpenReplay sponsor
React Team Working on Custom Element Support — Dan has posted an update on the long mooted proposal for supporting Web Components standard custom elements. Want to play? “You can still start using it right away if you’re comfortable with @experimental releases.” Support in a production release is promised in future, though the timing depends on the success of the experimental support.
Dan Abramov
Plugging Memory Leaks in Your App — “In any reasonably sized app, you can bet memory is leaking somewhere,” says Stoyan, so having a how to on mitigating such leaks is useful. React is used as the basis for the examples here but the basic concepts apply elsewhere too.
Stoyan Stefanov
Can Recoil Replace Redux? — If you have been wondering about making this swap, this brief article will provide an overall view of some trade-offs.
Shailendra Kanherkar
Getting Started with Astro: Build React & Svelte Islands — Imagine your web page as ‘sea’ of static HTML dotted with ‘islands’ of interactivity implemented with your favourite framework, the loading of which you control. If you’re not familiar with Astro, we suggest Astro in 100 Seconds as a place to start, however.
Rodney Lab
Jobs
Frontend Developer ?(Remote, Work from Anywhere ?) — We’re reimagining eCommerce with a super fast headless commerce service for product storytellers. React, Node, GraphQL? Let’s talk.
Crystallize
React Developer at X-Team (Remote) — Join the most energizing community for developers and work on long-term projects for Riot Games, FOX, Sony, Coinbase, and more.
X-Team
Find React Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
Hired
▶ React Wednesdays: Learning Motion One with Matt Perry — As TJ says: “MotionOne is like the jQuery of web animations. At 3.3kb it’s a handy little wrapper with a very elegant API.” This chats-meets-live-demo spends an hour covering what it can do.
TJ VanToll and Matt Perry
Dynamic by Default: Shopify’s Hydrogen, a New Take on React — Hydrogen is not a Jamstack framework as it is “dynamic by default” but this article talks about how it differs from a traditional Jamstack approach and, specifically, Next.js.
Richard MacManus
How to Set Up Server Side Rendering (SSR) with React, Express.js, and esbuild
Adam Berg
A Beginners Guide to Behavior Testing in React
Chak Shun Yu
? Code and Tools
React Headroom: Hide Your Header Until You Need It — A customizable content for header bars that can be shown and hidden under various scroll conditions. For example, when you slide down on the homepage, the header disappears.. but when you scroll up, even just a little, it’s back.
Kyle Mathews
Plasmic: The Visual UI Builder for React — This (commercial, but with a free tier) tool lets you compose React UIs visually from rough designs in Figma/Sketch or from scratch, which you can then refactor into production-ready components. More info here.
Plasmic
5 Reasons To Choose the KendoReact Form Library
Progress KendoReact sponsor
Easybase: Serverless Database as a Service — A potential solution for those who want the benefits of a serverless database architecture with reduced upfront investment, and it’s focused directly at React and React Native developers. A free tier facilitates initial learning and test cases.
Easybase
Liqvid: Interactive Videos with HTML/CSS/JS — Get the familiar paradigm of a video while adding the compelling benefit of viewer interactivity. The ability to edit the ‘source code’ and a lighter storage footprint are additional benefits.
Liqvid
Konsta UI: Mobile Components Built with Tailwind CSS — A emulation of native iOS and Material Design themes engineered with adherence to the official design guidelines for the respective platforms.
Konsta UI
⚡️ Quick Bits:
react-string-replace — Safely replace strings in components.
react-native-image-colors — Match the UI elements to the predominant colors in an image.
react-use-wizard — Step users through your app using hook-based wizards.
react-leaflet-fullscreen — A fullscreen control for Leaflet maps in React.
use-react-screenshot — A hook for creating component screenshots.