React

Introduction

State Management

SVG components

  • 📺 SVG Components in React • 5 minute video by Basarat Ali showing how to create SVG components both manually and using svgr

React Query

SWR

  • 📺 Buffering new Tweets with SWR • 17 minute video by Sam Selikoff using a Twitter clone to demonstrate how to use swr to show cached content while fetching the latest content in the background

React Dev Tools

  • Install in Chrome or Firefox: https://reactjs.org/blog/2019/08/15/new-react-devtools.html#how-to-get-it
  • Useful for inspect state and props in production

Inbox

  • https://kyleshevlin.com/compound-components
  • https://www.builder.io/blog/react-js-in-2023