ChrisDevCode

ChrisDevCode

Follow
homeLinkedInC N Websitebadgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

How To Convert HTML templates to NextJS (v13)

Feb 22, 20234 min read

This is Step-by-Step Guide on how to convert HTML Templates to NextJS (v13) · Now that Next.JS is an awesome frontend tool. How can we get HTML/CSS/JS...

How To Convert HTML templates to NextJS (v13)

How to configure Bootstrap SCSS and JS into a NextJS Project

Nov 15, 20223 min read

Bootstrap is one of the simplest and most used CSS libraries. This article will guide you on configuring a NextJs project with Bootstrap SCSS and JS...

How to configure Bootstrap SCSS and JS into a NextJS Project

How to fetch and Add Data in React from an API

Sep 26, 20226 min read

How I solved ReactJS Code Challenge from Moringa School. Getting data from an API, Adding data, and filtering data · In my first week in phase 2 of...

How to fetch and Add Data in React from an API

State Management in React

Jul 9, 20222 min read

How to create and manage States in ReactJs · A state is the current data passed in React components. State management in React enables you to dynamically...

State Management in React

How To Create A Layout Component: React

May 29, 20222 min read

Step by Step Guide on creating a layout on a create-react-app Project · When creating a react application/website, most of the pages would be sharing the...

How To Create A Layout Component: React

Using Bootstrap in NextJS (No packages needed!)

Aug 8, 20212 min read

Learn how to integrate Bootstrap into NextJS without installing 3rd packages · Usually, you'll need to install third-party packages like react-bootstrap...

Using Bootstrap in NextJS (No packages needed!)