MichaelFack / dotnet-full-stack-example

This is a .Net full stack example, to serve as a base or source of inspiration for development.
0 stars 0 forks source link

Frontend - Framework and Publishing #14

Closed MichaelFack closed 3 weeks ago

MichaelFack commented 1 month ago

We should pick a framework to work in conjunction with the backend and the dotnet stack.

There are many options, vue.js, blazor, razor, react, raw html etc. but this is an obvious choice as I only have a personal interest in learning react better.

It should be possible to service react with dotnet.

MichaelFack commented 1 month ago

For the sake of replicability, stability and reusability we should host the frontend using a container, such as docker. If so, we will need to ensure that the only exposed parts of the host is secure. We can ensure that by using a tool such as nginx as middleware between the host and the internet, controlling the exposed ports in AWS.