Skip to content

adsurg/12daysofchristmas

Repository files navigation

This is a quick demo of hosting a simple React site using aspnet core, without WebPack.

The aim is to edit with one class per file like you would in a real development environment, but output the smallest most cachable js files we can.

The without WebPack part is really important. WebPack will try to munge the react and bootstrap files into our own js, slowing the compile and bloating the output. It does give us the ability to export and import modules, but taking away lets us use proper namespaces which I prefer anyway. I'm happy to debate this approach and learn something in the process.

Before you run this, you'll need:

With thos installed you can then

Let me know if these instructions are broken and we can work through fixing this.

About

React on dotnet core without webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors