Work In Progress
master
maps to https://master--adoring-banach-15797c.netlify.com/ ... consider this the staging branch
Need to connect this with the server
https://discourse.elm-lang.org/t/optimize-elm-compilation-with-webpack/2191/8
-
- This, I would say, is the app from which I took the most inspiration from. I didn't even change the type names around shared state.
-
- Same idea
- Add a new
.elm
file to theRoutes
folder. This file will represent the page. - Connect the
Model
and theMsg
within theRouter.elm
file- Update the
parser
which will take care of url handling - Update the
update
function so that it's aware of events that will occur within the new page - Update the
view
function so that it renders your page! - Update the
transitionTrigger
function so that any "on-load" events get fired within your new page
- Update the