Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Elm-Land #72

Open
Erudition opened this issue Jul 7, 2023 · 0 comments
Open

Migrate to Elm-Land #72

Erudition opened this issue Jul 7, 2023 · 0 comments

Comments

@Erudition
Copy link
Owner

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:

  • Confirm that all of the custom Vite configuration I use is supported by Elm-land (so far it seems no).
  • Start the migration, which may have to involve starting a new elm-land project from scratch and copying over all the code...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant