Zaid-Ajaj / the-elmish-book

A practical guide to building modern and reliable web applications in F# from first principles
https://zaid-ajaj.github.io/the-elmish-book
Other
338 stars 51 forks source link

Links to exercise solution are dead #129

Closed OmanF closed 4 years ago

OmanF commented 4 years ago

The link to the solution of the todo app is broken, leading to 404. I assume but have not verified, the other exercise link is also dead.

Maybe because it leads to ...github.io/...? I don't know, only guessing.

Zaid-Ajaj commented 4 years ago

Hi there @OmanF, which links exactly are dead and on which page? I will check them out

OmanF commented 4 years ago

Hi. At the end of both exercises 1 and 3 there's a link with the text You can view and use the application *live here*. Both lead to the same URL: https://zaid-ajaj.github.io/elmish-todo-exercises/ which gives 404.

Zaid-Ajaj commented 4 years ago

I see, thanks a lot @OmanF I will make sure to get them back online asap

OmanF commented 4 years ago

Thanks for bringing the demo up again. It's a good reference. Closing.

OmanF commented 4 years ago

BTW, any chance you could also post the code?

For example, I, personally, am having an issue with persisting the lists. I tried going at with several different approaches but they all fail. It would help greatly to see the "official" solution.

Thanks, either way, love your work!