react-aspnet-boilerplate icon indicating copy to clipboard operation
react-aspnet-boilerplate copied to clipboard

A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.

Results 13 react-aspnet-boilerplate issues
Sort by recently updated
recently updated
newest added

Error: write after end at writeAfterEnd (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_writable.js:288:12) at Transform.Writable.write (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_writable.js:332:20) at DestroyableTransform.ondata (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_readable.js:619:20) at DestroyableTransform.emit (events.js:189:13) at addChunk (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_readable.js:291:12) at readableAddChunk (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_readable.js:278:11) at DestroyableTransform.Readable.push (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_readable.js:245:10) at DestroyableTransform.Transform.push (/Users/amittal/.nvm/versions/node/v10.15.3/lib/node_modules/generator-react-aspnet-boilerplate/node_modules/readable-stream/lib/_stream_transform.js:148:32) at DestroyableTransform._transform...

Done: - Updated routing to use react-router 4.x - Added stylelint - Updated to gulp 4 - Migrated to TypeScript - Updated .eslintrc to support change to TypeScript - Updated...

First off, thank you Paul for providing this template. I have two web sites that I've built off of this, and it's worked out great. Since I started up these...

Is it possible to use the Hot Module Replacement plugin? I've played around with it in the dev.webpack.config file (and start it with 'webpack-dev-server --config dev.webpack.config') but I can't get...

project generated by "yo react-aspnet-boilerplate" is not using the new project.json file

How to setup webpack to split build file to many chunk? It' s same lazy load in Angular 2.

Hi, I have changed the App.scss and it's appending in to the style.css. Please see the screenshot below: But for some reason it's not been applied to the site. Any...

Changed server generation signature in Startup.cs. After upgrade - JSX generation fail.

Hello. I wanted to test this generator for .NET core but apparently it's quite hard to use is without SQL Server, event after changing the connection string and adapting the...