This is a F#/Fable port of the Catch of the day application used in @wesbos' awesome course to learn React.
Here you can find a video of the application: https://reactforbeginners.com/images/using.mp4
The running application itself can be found here: https://fable-of-the-day.firebaseapp.com
It showcases how to do different things in Fable/Fable-React:
- Building React Components with Fable
- Including external JS
- Including React-Components written in JS
- Using LocalStorage with Fable.PowerPack
- Working with promises
- Using Firebase (created with ts2fable)
- Using Re-Base
Use it locally:
- git clone
- dotnet restore
- yarn install
- npm start
- go to localhost:3000
- you might want to create your own Firebase App and put the credentials here:
fable-of-the-day/src/fable/Base.fs
Line 12 in c7b701a