The main goal of this project is to have an easy way to create simple web apps that can load new pages without realoading the browser and have most of if not all of the rendering happening on the server side.
I am attempting to use as little external librarys as possible to prevent package clutter from building up.
- Submit form using fetch
- Handle errors without reloading page.