Tag: react

React libraries of choice for 2023

February 22, 2023 By Mark Otto 0

React Libraries for 2023 — The React ecosystem is so large that the problem is one of being spoilt for choice than not finding what you need. This list presents some sound standard options when selecting libraries for a new project and is the latest…

React’s past and React’s future

February 15, 2023 By Mark Otto 0

▶  React.js: The Documentary — With acclaim from the core team and starring folks like Sophie Alpert, Pete Hunt, and Dan Abramov, this is the origin story of React, right back to when it was a “fragile, strange, fascinating idea that almost didn’t happen.” You won’t…

Higher order components aren’t over yet

February 8, 2023 By Mark Otto 0

A Historical Reference of React Criticism — An intriguing stroll down memory lane at some of the criticisms levelled against React over the years (from 2014 on) from bundle sizes and being too client-side oriented to licensing problems and Facebook’s involvement. Zach Leatherman Headless CMS with…

Netlify acquires Gatsby

February 1, 2023 By Mark Otto 0

The Future of Create React App and Why It Exists — Dan wrote pretty much an essay in a comment on the issue thread we linked last week with “some background on the future of Create React App” and concludes with the team’s thoughts on…

Go + React = Success

January 18, 2023 By Mark Otto 0

Why Is My Jest Suite So Slow? — Jest is known for its speed and simplicity so the author was surprised at how quickly his team’s test suite was slowing down. Some investigatory work followed and led to this writeup about the underlying problem and…

Writing React in F#

January 11, 2023 By Mark Otto 0

Data Binding in React — “There’s a consistent philosophy in React when it comes to data binding,” says Josh in this beginner-to-intermediate aimed tutorial demonstrating React’s data binding capabilities in the context of wiring up different types of form input controls. Josh W. Comeau ‘You Should…

We’re back reacting to React

January 4, 2023 By Mark Otto 0

Updated ‘Complete Intro to React’ Course — Learn to build real-world apps using modern React and the latest tools in the React ecosystem like Vite, ESLint, TailwindCSS, React Router, and React Query! Frontend Masters First-Class Support for TypeScript in React Native — With the newly released…

It’s the final React Status of 2022

December 21, 2022 By Mark Otto 0

This is the final issue of the year (we’re back on January 4, 2023) so we’re revisiting the most popular items of 2022. We’ve covered the main top items but with some breakdowns of other content too (e.g. videos). We hope you have a fantastic…

SWR 2.0 and Vite 4.0 released

December 14, 2022 By Mark Otto 0

SWR 2.0: Improved React Hooks for Data Fetching — The second major release of SWR (Stale-While-Revalidate) includes new mutation APIs, improved optimistic UI capabilities, new developer tools, as well as improved support for concurrent rendering. Ding, Liu, Kobayashi, and Xu Vite 4.0 Released — From the…