Tag: react

React Logo Over a Gray Background

How to set up a GraphQL API using Serverless and React

Dev

Here, you can learn how to set up a serverless project using the Serverless Framework by building a sample GraphQL to-do API.

Brian Njenga
Jan 22, 2021 ⋅ 16 min read

Styled-components vs. Emotion for handling CSS

Dev

In this article, we will compare the benefits, drawbacks, and differences between two CSS-in-JS libraries: styled-components and Emotion.

Kasra Khosravi
Jan 21, 2021 ⋅ 4 min read
Make any SVG responsive with this React component

Make any SVG responsive with this React component

Dev

If you are putting out digital content, there is a high chance that your audience will view it on a mobile device. For text and images, this is not a huge problem with modern CSS. But if the content is a data visualization using SVG elements, this might be a problem.

Paul Cowan
Jan 20, 2021 ⋅ 4 min read

Introduction to MobX with React

Dev

Learn how to use the reactivity of MobX to manage the state of an application, and specifically how to use MobX to manage the state of a React application.

Aleem Isiaka
Jan 20, 2021 ⋅ 14 min read
React Frontload and React logos over a background of a field.

How and why to use React Frontload

Dev

Try out React Frontload to make fetching, rendering, and updating data even faster in your React apps.

Kumar Harsh
Jan 14, 2021 ⋅ 6 min read
Electron and React Logos

Electron-forge vs. electron-react-boilerplate

Dev

Here, you can take a look at boilerplates for desktop applications using React and Electron to compare use cases.

Felix Rieseberg
Jan 14, 2021 ⋅ 5 min read

Using React Spring for animation: Context and examples

Dev

Looking for examples of how to implement animations without causing a major performance bottleneck? React Spring may be what you need.

Peter Ekene Eze
Jan 7, 2021 ⋅ 5 min read
react hooks

Avoiding common mistakes in React Hooks

Dev

Even though React Hooks components have been around for a few years now, there are still some common mistakes that we can learn to avoid.

Kelvin Gobo
Jan 7, 2021 ⋅ 4 min read
Citrus fruits on a blue table.

Jotai vs. Recoil: What are the differences?

Dev

Should you use Jotai for your next project instead of Recoil? It might help you write straightforward code, but it’s debatable whether Jotai is fit for larger projects.

Yaroslav Lapin
Jan 6, 2021 ⋅ 9 min read
tailwind css and cra

How to use Tailwind CSS in React to configure Create React App

Dev

We demonstrate how to get Tailwind CSS working inside a CRA-based React project without having to eject Create React App.

Anjolaoluwa Adebayo-Oyetoro
Jan 2, 2021 ⋅ 5 min read
Building a file upload component with react-uploady and Ant Design

Building a file upload component with react-uploady and Ant Design

Dev

Make it easy for your users to upload files to your site by building a file upload component with react-uploady and Ant Design.

Austin Roy Omondi
Jan 1, 2021 ⋅ 4 min read
React Uploady Logo

Using React Uploady to upload files

Dev

Here, you can explore how to upload files in React with React Uploady by building a file uploads system.

Fortune Ikechi
Dec 30, 2020 ⋅ 4 min read