roxxhub

Next.js introduction Part 2

Next.js Series This is the second part of the next.js explained series. Here is the previous part. In this post, I’ll try to explain some of features and must know trick and tips you should consider while making your next.js site. Adding components in next.js Just like in react, you can create a seperate folder … Read more

ReactJS: A simple introduction

What is React ? Why should we use it ? React, also called react.js is a javascript library used to create frontend UI (user interface) of a web application. It does it by letting the users create different reusable components. React makes it easier to do frontend development than it is while using vanilla javascript. … Read more