News
Storybook 6.0 is a lot easier to set up and also incorporates many best practices for component-drive development. Other highlights include:
- Zero-configuration setup
- Next-gen, dynamic story format
- Live edit component examples
- The ability to combine multiple story books
Sebastian McKenzie announced Rome’s first beta release last week, and called it “the spiritual successor of Babel” (he’s allowed to say that because he created Babel). “Rome is designed to replace Babel, ESLint, webpack, Prettier, Jest, and others” We wrote more in depth about Rome in yesterday’s issue of Bytes.
Articles
In this article you’ll learn everything you’d ever want to know about React’s useRef Hook including but not limited to how you can recreate it with useState - because, why not?
This guide gives some helpful background info and the pros and cons of various well-known component libraries.
Tutorials
This tutorial series will teach you how to build a responsive landing page in React using the Chakra UI design system. This first part goes over how to set up your landing page and build the hero section.
This tutorial goes over how to serve a local React app via HTTPS. You’ll be setting up HTTPS in development for a create-react-app with an SSL certificate.
Unlock access to the largest independent learning library in Tech for FREE!
Get unlimited access to 7500+ expert-authored eBooks and video courses covering every tech area you can think of.
Renews at $19.99/month. Cancel anytime
Sponsor
Vettery is an online hiring marketplace that’s changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today. Get started today.
Projects
An open-source library that provides a node editor for visual programming and a runtime engine for executing logic in any JS environment (also portable to non-js).
This is a simple setup using Vite, React and Tailwind for faster prototyping.
Videos
This short video from Jimmy Cook gives a helpful deep dive into the React Native bridge and how communication between the native side and the JavaScript side will change in the future.