How to configure Bootstrap SCSS and JS into a NextJS Project

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 files. Codesandbox Demo %[https://codesandbox.io/p/...

November 15, 2022 · 4 min · Chris Achinga
How to configure Bootstrap SCSS and JS into a NextJS Project

How To Create A Layout Component: React

When creating a react application/website, most of the pages would be sharing the same content all over. For example the navigation bar and page footer. Instead of importing each component in every pa...

May 29, 2022 · 2 min · Chris Achinga
How To Create A Layout Component: React

Creating a React & Bootstrap Template

This is an update to the previous article I wrote on React & Bootstrap Starter Template Why a Template? It's because they save time. The process of setting up a project can be always frustrating and i...

March 17, 2021 · 2 min · Chris Achinga
Creating a React & Bootstrap Template

React & Bootstrap Starter Template

Live Demo I love using Bootstrap because it saves time when trying to make a site responsive. After learning to use react, I started working on using bootstrap with react. It was tough at first, and a...

December 26, 2020 · 3 min · Chris Achinga
React & Bootstrap Starter Template