React Newsletter #230 from ui.dev’s RSS Feed
Articles
Rewriting Facebook’s “Recoil” React library from scratch in 100 lines
Bennett gives a great breakdown of Recoil by building a clone of it from scratch...
Angular localization with Ivy from Angular Blog – Medium
Part of the new Angular rendering engine, Ivy, includes a new approach to localizing applications — specifically extracting and translating text. This article explains the benefits...
React Newsletter #229 from ui.dev’s RSS Feed
Articles
A Gentle Introduction to Code Splitting with React
This article uses a real-word example of building a healthcare application to give a helpful introduction to...
Summer 2020 Internship With the Angular Team from Angular Blog – Medium
TL;DR Our interns were phenomenal! Read on to find out why.We’ve just wrapped up our latest intern cohort on the Angular team. Please believe me...
React Newsletter #228 from ui.dev’s RSS Feed
Articles
React Component Patterns
In this article, Alexi Taylor will help you to identify the trade-offs of the different React patterns and when each pattern would...
Ionic + Angular: Powering the App store and the web from Angular Blog –...
Did you know Ionic and Angular power roughly 10% of the apps on iOS and almost 20% of apps on Android? Let’s repeat that:...
React Newsletter #227 from ui.dev’s RSS Feed
Articles
Build A Confirmation Modal in React with State Machines
In this article, Dave builds a reusable state machine using React and Robot to handle this...
Introduction to props in React from ui.dev’s RSS Feed
Whenever you have a system that is reliant upon composition, it’s critical that each piece of that system has an interface...
React Newsletter #226 from ui.dev’s RSS Feed
News
Storybook 6.0 is released
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...
Understanding React’s useRef Hook from ui.dev’s RSS Feed
The marketing pitch for useState is that it allows you to add state to function components. This is true, but we...