ASP.NET core hybrid solution for SPA or PWA apps #44331
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
feature-spa
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
question
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I develop asp.net and asp.net core web sites for long times, asp.net is very good for backend but not have solution for new technology such as SPA or PWA for frontend developing and need use Reactjs, Vuejs and others JavaScript frameworks for client side. but these frameworks have some limitation and not integrated with asp.net. for example, just can user asp.net for backend and JavaScript frameworks for frontend or cannot use Razor rendering or server side rendering is slow.
Describe the solution you'd like
I like asp.net core have hybrid solution for SPA or PWA apps not need JavaScript frameworks but have such this solution for client side and can use Razor for SSG and SSR rending and asp.net core instead of node.js for rendering performance.
Additional context
Mybe your suggestion that user Blazor or reactjs.net but l think if have JavaScript micro framework better reception with developers and no need use Reactjs, Vuejs frameworks for many scenarios
The text was updated successfully, but these errors were encountered: