react

2 articles

Using Create React App with Fable

Published

Tags

Introduction 2019 has been a great year for me for all things Frelated! I helped out with the organization of [FableConf in Antwerp](https://axxes.com/en/net-2-en/axxes-proud-host-of-fableconf-2019/), gave a [webinar at JetBrains](https://blog.jetbrains.com/dotnet/2019/07/24/webinar-from-fsharp-to-javascript-with-fable/) and was able to release [Fantomas 3.0](https://axxes.com/en/net/fantomas-3-0-over-and-above/). To wrap up the decade I'm writing this post as part of the **[FAdvent Calendar in English

React hooks preview with Fable

Published

Tags

Introduction A couple of weeks ago Facebook presented [React hooks](https://reactjs.org/docs/hooks-overview.html), a new way of accessing React features inside functional components. In this blogpost I would like to show that the new hooks can easily be used in combination with [Fable](https://fable.io). **Disclaimer:** Hooks are an experimental proposal to React, currently available in `16.7 alpha`,