Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

React - Hot reloading #287

Open Zemanzo opened 4 years ago

Zemanzo commented 4 years ago

Description Currently, it's quite a hassle to work on anything React related because making a change in the code requires you to:

Doing this more than a few times makes it a real chore, so streamlining this process would help greatly when it comes to improving the development workflow.

Article that explains how to create a basic setup for SSR

Minimum Acceptance Criteria