mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update ReactGrid sample to use newer server-side rendering APIs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="react-app" asp-react-prerender-module="ReactApp/components/ReactApp.jsx"></div>
|
||||
<div id="react-app" asp-prerender-module="ReactApp/boot-server.jsx"></div>
|
||||
|
||||
@section scripts {
|
||||
<script src="/dist/main.js"></script>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@using ReactExample
|
||||
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
||||
@addTagHelper "*, Microsoft.AspNet.ReactServices"
|
||||
@addTagHelper "*, Microsoft.AspNet.SpaServices"
|
||||
|
||||
Reference in New Issue
Block a user