Search code examples
javascriptreactjsasp.netreduxnext.js

How to use next.js, react.js, redux in html page


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.


Solution

  • 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