Tag: react

react-black-box-nocdn

React is a black box. Why does that matter?

Dev

Does it matter that React is a black box? Many devs argue its internals are too complicated and need to be known.

Florian Rappl
Feb 10, 2021 ⋅ 5 min read
Rockpack Logo

How to use Rockpack

Dev

Here, you can learn about the React tool Rockpack, its architecture, its modules, and why it’s needed.

Lawrence Eagles
Feb 5, 2021 ⋅ 5 min read
Creating a CI/CD pipeline in your react project with Heroku and CircleCI

CI/CD and React: Create a pipeline using Heroku and CircleCI

Dev

Using CircleCI Ci/CD service and Heroku cloud hosting capabilities makes continuous delivery in modern app development easier than ever before.

Sijuade Ajagunna
Feb 3, 2021 ⋅ 8 min read
full-stack-react-app-zero-config

Build a full-stack React app with zero configuration

Dev

Simplify building full stack React apps using Zero Server: a framework without configuration.

Ohans Emmanuel
Feb 2, 2021 ⋅ 12 min read

Controlling tooltips & pop-up menus with components in React

Dev

Use compound components to control tooltips and pop-up menus in your React applications, helping you keep your user interface clean and tidy.

Doğacan Bilgili
Feb 1, 2021 ⋅ 8 min read
Static Site Generation with React from Scratch

Static site generation with React from scratch

Dev

Using React’s component model for creating static pages allows for uncomplicated control of inputs and outputs.

Florian Rappl
Jan 27, 2021 ⋅ 10 min read
React Logo

So you think you should stop using React? Here’s why you’re wrong

Dev

React has been around for a while, but it has a great future ahead. Here’s why you should use it in your projects.

Juan Cruz Martinez
Jan 26, 2021 ⋅ 4 min read
Firebase Logo in Front of a Fireplace

Using Firebase Emulator Suite and React for local-first development

Dev

Your guide to setting up a Firebase project using the command line, as well as how to use the Firebase Emulator for a local-first workflow.

Simohamed Marhraoui
Jan 25, 2021 ⋅ 3 min read
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