Tag: react

Next.js 12.1 released

February 23, 2022 By Mark Otto 0

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…

Parts of Windows 11 built with React Native

February 16, 2022 By Mark Otto 0

🎉 We’ve noticed React Status has just passed 50,000 subscribers – thanks to all of you for your support over the years! By the way, don’t forget to hit reply and send us any links to things to include in future issues – it’s always…

React trends for 2022

February 2, 2022 By Mark Otto 0

▶  The Story of React (in 10 Minutes) — If you find yourself at the beginning of the React learning curve, it will be valuable to get a short recap of how it got to where it is today, or maybe you just want to be…

Getting a grip on React server components

January 26, 2022 By Mark Otto 0

React Server Components: A Primer — The co-founder of the Plasmic visual page builder app takes us on an exploration of React server components (currently an experimental feature in React 18) and how they tick under the hood. Chung Wu (Plasmic) Mastering the Art of Forms…

Event bubbling

January 19, 2022 By Mark Otto 0

Good Advice on JSX Conditionals — “Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. As always, there are other options, though, and…

A visual guide to useEffect

January 12, 2022 By Mark Otto 0

🗓 We’re back and ready for another fantastic year for React (though we’re going to take a quick look back at React Conf 2021 first). React 18 is only just around the corner, too – exciting times!__Peter Cooper and Terence Gannon — your editors ▶  A…

The top React links of 2021

December 22, 2021 By Mark Otto 0

🎄 Hi folks. It’s the end of the year (for us, anyway) so we’re looking back at 2021 with a roundup of the most popular items of the year, whether overall, or in terms of libraries and videos. You should find something useful here that…

Create React App v5.0

December 15, 2021 By Mark Otto 0

🎄 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 Open-Source Session Replay for Developers — We let…

A coding interview with Dan Abramov

December 8, 2021 By Mark Otto 0

▶  A Coding Interview with Dan Abramov — This isn’t particularly React focused, but in this novel twist on a straight up interview, React expert Dan Abramov subjects himself to a mock coding interview at the hands of Ben Awad. You’ll learn some interesting things about…

Using WebAssembly in creating React components

December 1, 2021 By Mark Otto 0

What Is a Gantt Chart and When to Use It in Your React Apps — The Gantt Chart – a component that can provide a ton of utility in very few scenarios. Jump into this blog to understand when you should consider using a Gantt…