jack3898 / ohssbot

GNU General Public License v3.0
0 stars 0 forks source link

Look at hot reloading of client #25

Open jack3898 opened 7 months ago

jack3898 commented 7 months ago

The client requires a manual refresh.

This is because I wanted the client to be served through the API gateway, rather than a local dev server so that I am testing client code that sits very closely to how it will be done in production. This allows me to use tooling like ngrok to run a local HTTPS client all running through the API gateway. CORS, secure cookies and more is made so much simpler.

However, the drawback is no hot reloads. Maybe I can find a way to get the best of both worlds; hot reloading AND a hassle free local development experience?