magicdawn / razor-tmpl

razor style template engine for JavaScript
21 stars 9 forks source link

Trying to implement basic universal app using Asp.net mvc core and razor views #5

Open vijaytanwar opened 6 years ago

vijaytanwar commented 6 years ago

Hi,

Your work is really nice. Today I was trying to make basic universal application using Asp.net MVC core and razor view engine but i didn't had anything which can render the razor views using javascript, but i find your library very much useful.

I created below POC for universal APP https://github.com/vijaytanwar/asp-net-core-univeral-app

Hope, This POC is not that bad as initial effort of few hours.

We can create our own solution, which can help others to created universal application using Asp.net core and razor.

Please let me know your view on above.

Thanks Vijay

vijaytanwar commented 6 years ago

I have posted this idea to asp.net user voice with below link https://aspnet.uservoice.com/forums/41199-general-asp-net/suggestions/34668976-asp-net-core-mvc-with-razor-as-universal-rendering

Will need your support for this thing.