Tag: react

A Guide To Material Design With React

A guide to Material Design with React

Dev

Learn if you should use Material Design in your React project with this guide, which covers MUI components like fonts, CSSBaseline, and more.

Yomi Eluwande
Apr 18, 2023 ⋅ 12 min read

Add stepper components to your React app

Dev

Help organize your user experiences in your React apps with stepper components, many of which are customizable.

Shalitha Suranga
Apr 18, 2023 ⋅ 10 min read
Build Beautiful Customized Data Table PrimeReact

Build customized data tables with PrimeReact

Dev

See how to build beautiful, customized data tables with PrimeReact. Add custom components and features like sorting and pagination.

Timonwa Akintokun
Apr 17, 2023 ⋅ 7 min read
Understanding When And How To Prioritize React Ui Updates

Understanding when and how to prioritize React UI updates

Dev

Use the useTransition() and useDeferredValue() Hooks in your next React project to help you prioritize the UI updates on the client side.

Abhinav Anshul
Apr 17, 2023 ⋅ 4 min read
React Vs. Svelte

React vs. Svelte: Performance, DX, and more

Dev

Compare the React and Svelte ecosystems based on ease of use, developer popularity, server-side rendering, and more.

Nefe Emadamerho-Atori
Apr 17, 2023 ⋅ 6 min read
React Lazy Loading Libraries 2023

The top 5 lazy loading libraries for React in 2023

Dev

Review the performance benefits of lazy loading your React applications, then consider several libraries that make it easier than ever before to speed up the performance of your React app.

Fortune Ikechi
Apr 14, 2023 ⋅ 7 min read
React Emmet VSCode

Type HTML faster in React with Emmet and VS Code

Dev

Emmet helps you write HTML and CSS faster by using simple abbreviations that are then converted into code blocks. However, Emmet is not enabled for React in VS Code by default.

Abiola Farounbi
Apr 13, 2023 ⋅ 4 min read
Build a Prototype With Chunk

Building a prototype with Chunk

Dev

In this article, we will learn about Chunk, an excellent developer tool for easily writing server-side code.

Nefe Emadamerho-Atori
Apr 10, 2023 ⋅ 3 min read
Translate Your React App Using Format.js

Translate your React app using Format.js

Dev

Making your React apps available in several languages is essential. Follow along to learn how to translate your React apps with Format.js.

Chizaram Ken
Apr 7, 2023 ⋅ 14 min read
Prerendering React Snap

Pre-rendering your React app with react-snap

Dev

react-snap is a third-party library that pre-renders a web application into static HTML, offering improvements to loading speed and SEO.

Raphael Ugwu
Apr 7, 2023 ⋅ 6 min read
SCSS Styled-Components Advantages Caveats

SCSS vs. styled-components: Advantages and caveats

Dev

Some developers prefer the stability and more universal character of Sass over the novelty of styled-components. But if you’re willing to climb the steeper learning curve, styled-components offers more in the way of reusability and customization.

Eslam Hefnawy
Apr 6, 2023 ⋅ 7 min read
React Custom Dropdown

Customize a reusable React dropdown menu component

Dev

A dropdown menu consists of four basic components: the header wrapping, header title, list wrapping, and list items.

Doğacan Bilgili
Apr 4, 2023 ⋅ 8 min read