#Reactjs Articles

Build blog post website using NextJs & markdown

Published on: Apr 28, 2022

Updated on: Sep 1, 2024

Learn to build a dynamic blog with Next.js and Markdown. This guide covers creating dynamic pages, rendering Markdown, and optimizing images for a fast, modern blog.

Create a Responsive Navigation Bar Using Semantic UI React Library

Published on: Apr 29, 2022

Updated on: Aug 17, 2023

In this article, you will learn how to combine Semantic UI components together to build a professional responsive component On the NextJs application!

Integrating Jest and React Testing Library with ReactJS and TypeScript

Published on: Aug 13, 2024

Updated on: Sep 1, 2024

Learn to integrate Jest and React Testing Library with React TypeScript using Vite. This guide covers setup, configuration, and writing effective tests.