Tag: react js

React’s turning into Angular, PHP, and what else now?

June 7, 2023 By Mark Otto 0

Dan Abramov’s Deep Dive into React Server Components — Having faced a raft of questions about Server Components, Dan has sat down to write a series covering everything from the ground up by reimplementing a basic form of RSC from scratch. It’s not aimed at…

The story of a big testing library migration

March 1, 2023 By Mark Otto 0

Migrating from Enzyme to React Testing Library — The folks at Sentry spent 16 months converting their component tests (involving 803 test suites in all) from Enzyme to RTL and tell the whole story of why, plus the unforeseen challenges they encountered, here. Priscila Oliveria…

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…