You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added ReactJS.NET 4.1.1 to my ASP.NET MVC 4 project and tried to do some server-side rendering using @Html.React() I realized I couldn't use React.Fragment though because it requires Babel 7.
So I was wondering if you have any idea when ReactJS.NET with Babel 7 would be available ?
If that's not due soon, can someone advise a good tutorial on how to use the webpack integration as suggested on https://reactjs.net/2019/03/4.1.1-release.html ?
And how to generate a Babel 7-ready bundle.server.js file.
Thank you !