-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# fable-of-the-day | ||
Catch of the day by @wesbos ported to Fable | ||
|
||
This is a F#/Fable port of the Catch of the day application used in @wesbos' [awesome course to learn React](https://reactforbeginners.com/). | ||
|
||
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters