Home > Software engineering >  How to use next.js, react.js, redux in html page
How to use next.js, react.js, redux in html page

Time:08-29

I am developing the application based on Asp.Net MVC but this is not important. I used react.js and redux to search part of my html page with cdn link. I want to deploy the server side of the application with next.js. Can I use next.js as CDN?

Note: I don't want to make an independent application, I just want a part of my page to use React.

CodePudding user response:

Next JS is a framework as opposed to React JS, which is a library... sadly it wont work. The upside about it is, next js is preferred when you have seo specific content. I hope that helps

  • Related