MattCheely / elm-app-gen

A tool for generating Elm applications
Other
24 stars 4 forks source link

Add routing support for elm application scaffold #26

Closed omarestrella closed 5 months ago

omarestrella commented 5 years ago

A couple things coming with this:

The idea is to keep anything routing related for an application inside of the Routing module and reach in to grab your routes and a couple helpers.

This opens up a chance to explore a "Pages" concept to encapsulate related behaviors (views, side effects, decoders, etc)

MattCheely commented 4 years ago

Looks good, but I think the package.json and package-lock.json changes are unnecessary?