Category Archives: Javascript Frameworks

creat-a-single-page-application-with-reactjs

Create a single page application with reactjs

Hello World, Welcome to my website. Today I am going to create a single page application with reactjs. In this tutorial, we will create a simple blog application pages. for example, All Post Pages, Post Detail Page, All Category List Page, Single category post list page, etc. I have divided this tutorial into the following parts:

  • Setup ReactJs
  • Create components
  • Apply Routing

Continue reading