Erudition / Minder

Assistant & life planner for individuals with weak Executive Functions. (Pre-alpha)
https://erudition.github.io/Minder
GNU General Public License v3.0
10 stars 0 forks source link

Migrate to Elm-Land #72

Open Erudition opened 1 year ago

Erudition commented 1 year ago

Since this project started there has been a development in the Elm community that matches the systems I've had to build myself in terms of making an Elm Single-Page App: Elm-Land.

https://elm.land/

With Elm Land, I can scaffold new pages with one command, ideas I implemented like Shared and Effect modules come by default, and routing is done for me. And it's all in Vite, the engine I'm using anyway!

Migrating to Elm Land will also allow me to more readily publish the libraries I built for this app, as they can be more easily made compatible with not just this particular app (with its complex interdependencies) but in fact any elm-land app (e.g. since an elm-land app will have an Effect module).

To be done: