Integrating Disqus in your Next.js React Application

Integrating Disqus in your Next.js React Application

Posted on

Disqus is a networked community platform used by hundreds of thousands of sites all over the web. With Disqus, your website gains a feature-rich comment system complete with social network integration, advanced administration and moderation options, and other extensive community functions In this blog we will learn how to add discuss to your Next.js React application. Create

Read More

Set Up React App with WebPack and Babel

Set Up React App with WebPack and Babel

Posted on

In this blog you will learn to set up a React Application: Using create-react-app Using Webpack, Webpack Dev Server and Babel from scratch I am assuming that you have Node installed already on your system. Using create-react-app We will first install the create-react-app globally. Then we create a project using create-react-app command. npm install -g create-react-app create-react-app projectnamecd projectname npm run

Read More