Tag: react

Were hooks a bad idea?

July 13, 2022 By Mark Otto 0

Updated: Complete React Learning Path — Frontend Masters flagship React courses have been released! Take all our React courses in order, from the new Complete Intro to React v7 and Intermediate React v4 courses, to TypeScript and beyond! Frontend Masters Quick bits: Applying SOLID Principles in…

AWS Amplify UI goes GA

July 6, 2022 By Mark Otto 0

The New Wave of React State Management — It wouldn’t be a complete React Status if there wasn’t something about state management 😁 This (quite lengthy) article gives a sweeping overview, along with some history and opinion on the way, rather than presenting the capabilities…

A modern React-based HTML email workflow

June 29, 2022 By Mark Otto 0

An MDX, MJML & React Workflow for Building HTML Emails — We know perhaps better than most that creating HTML layouts that work in email clients is.. a tricky job! 😆 While we stay quite old school with our tooling, Josh deftly takes a more…

What the React team is working on now

June 22, 2022 By Mark Otto 0

💡 Don’t miss the Quick Releases section further down this issue as there have been a ton of interesting new releases this week and we’ve had to pack them in! 🙂 React Labs: What The React Team is Working On — With the React 18…

A visual catalog of 5000+ components.

June 15, 2022 By Mark Otto 0

Build Better Chat Faster With The Sendbird React UIKit — The new Sendbird Chat UIKit is easy-to-use and more customizable. Enable the best chat experience in your app with a free 30-day trial. Beyond 30 days, keep innovating for free with our developer plan. Sendbird Quick…

An alternative to useEffect

June 8, 2022 By Mark Otto 0

▶  Goodbye, useEffect? David Khourshid’s Reactathon Talk — Here, Stately founder David Khourshid makes the case for using event handlers and state machines to simplify handling effects in React apps rather than using useEffect which many developers struggle with and isn’t always well suited for the…

An open, high performance data grid

June 1, 2022 By Mark Otto 0

Updated Course: Complete Intro to React — Join Brian Holt for this updated look at getting started with React. Covering things like hooks, effects, context, and portals. Throughout this video course you’ll learn about tools from across the entire React ecosystem (like Parcel, ESLint, TailwindCSS,…

Big changes ahead for Next.js

May 25, 2022 By Mark Otto 0

A Roundup of React State Management Libraries in 2022 — React’s strength is its flexibility in fitting in with different development approaches, including state management where there are numerous options nowadays. This post does a basic roundup of several popular options including Zustand, Recoil (which…

Testing components with Playwright

May 18, 2022 By Mark Otto 0

Aspect: A New Visual Environment for Building Components — It’s a new, unproven tool, but any efforts to simplify the development process are laudable to us, and you might find it useful too. Currently it only exports class components, but it’s great to see them…

Hello useEvent

May 11, 2022 By Mark Otto 0

An RFC for useEvent, a New Fundamental React Hook — Billed as a so-far ‘missing piece’ of the hooks system, the proposed useEvent is for defining an event handler that ‘sees’ fresh props/state but has a stable function identity. The motivation and use cases are…