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, and React Router).

Frontend Masters

Quick bits:

Find React Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
Hired

▶  When to Fetch: Remixing React Router — Presentations from the recent Reactathon event continue to roll out. In this one Ryan Florence, one of the founders of Remix, extolls the virtues of moving responsibility for ‘when to fetch’ into React Router.

Ryan Florence

🛠 Code and Tools

⚡️ Quick Bits:

react-collapsible — Wrap content in a collapsible element with a trigger to open and close.

😎 And one for fun!

Game of Life: A Modern Take on the Classic — On one hand, just playing with this twist on the classic cellular automation simulation is pretty fun on its own. But once you’ve done that for a while, you can take a peek under the covers with the GitHub repo – an easy to follow implementation using some modern React features.

Andrea Carrara