Categories: Web DevelopmentNews

React Newsletter #229 from ui.dev’s RSS Feed

2 min read

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 code splitting.

Examples of large production-grade, open-source React apps

In this article, Max Rosen reviews a few large-scale, open-source React apps that you might want to check out.

Converting the ReactJS.org documentation to use hooks

Mark Stewart wrote about how and why he converted the ReactJS.org documentation to use functions and hooks, instead of class-based components.


Tutorials

Create React App with TS, Redux and OAuth 2.0 – Spotify login example

In this tutorial, you’ll create a React app using the official Redux + Typescript template and add OAuth 2.0 user authorization. The OAuth 2.0 authorization in this tutorial is used to connect to Spotify’s Web API, but can be used for any service with the same authorization flow. The web app created you’ll create is a stand-alone client-side web app with no server-side application needed.

Build TikTok Clone with React and Firebase

In this tutorial you’ll use React, Firebase, and Material UI to create a TikTok clone. If your clone is good enough, maybe you’ll be able to convince millions of American teens to download it if/when the original TikTok gets banned 🙃.


Sponsor

React developers are in demand on Vettery

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

react-email-editor

React Email Editor is a drag-n-drop email template builder component that makes it easy to add a solid email editor to your React apps. Designs are saved in JSON and can be exported as HTML.

Spearmint

A open-source tool to help React developers generate tests for a wide range of applications and technologies.

Firetable

An open-source, spreadsheet-like interface for Firebase/Firestore built in React.

radioactive-state

Radioactive state is a deeply reactive state. When it is mutated at any level (shallow or deep) it re-renders the component automatically.


Matthew Emerick and Oli Huggins

Share
Published by
Matthew Emerick and Oli Huggins
Tags: React

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago