6 ms·
Fable isn't just for view logic. Fable is also really handy for writing puzzle solvers/generators for the browser. I used it in https://vowels.io https://vowels
by s369610 6y ago
Fable isn't just for view logic. Fable is also really handy for writing puzzle solvers/generators for the browser. I used it in https://vowels.io https://vowels.io while using regular preact/js for the views. I found that keeping the fable stuff isolated to lib code gave me less friction.
- cambalache 6y agoNice site. I liked the game, I was embarrassingly slow though
- seankearon 6y agoYeah, a really nice site. It's not slow at all from what I'm seeing!
- cambalache 6y agoThe site was fast, I was slow solving the puzzles
- seankearon 6y agoOhhh, sorry - it must be my new glasses! :)
- nudpiedo 6y agomy experience was the same, although is it possible to do everything with Fable, it works better to glue frameworks with typescript and keep F# as library or some function calls in strategic points.