Sunday, 6 May 2018

ReactJs.Net


https://reactjs.net/getting-started/tutorial.html

reference:
The problem is that now services are not available at some points in the Startup process. To ensure that 'React.AspNet.HttpContextLifetimeProvider+PerRequestRegistrations' is available the easiest way is to change the type of ConfigureServices(IServiceCollection services) from void to IServiceProvider and add the following line at the end of ConfigureServices(IServiceCollection services) :
return services.BuildServiceProvider();
https://github.com/reactjs/React.NET/issues/433

TypeError: Object doesn't support property or method 'createClass' at Global code
https://stackoverflow.com/questions/47200488/react-net-reactscriptloadexception

No comments:

Post a Comment