fable

6 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

Building Fable on Travis CI

Published

Tags

Introduction Hi nojaf from the future, its you from the past. Today you created a build script for compiling Fable projects on Travis CI. Using a [Docker image you maintain](https://hub.docker.com/r/nojaf/fable/) it is pretty easy to set up a Travis CI process. This blogpost is meant to capture what you knew then in case

Writing a VSCode extension with Fable 2.1

Published

Tags

Introduction This post is part of the **[FAdvent Calendar in English 2018](https://sergeytihon.com/2018/10/22/f-advent-calendar-in-english-2018/)**. I'm very grateful to be a part of this and I hope you will enjoy this one as much as I have enjoyed the others. Today I would like to show you how you can create [VS Code extension](https://code.visualstudio.com/docs/extensions/overview) from

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`,

Fantomas rejuvenated: .NET cli tool

Published

Tags

Introduction As part of the [Fmentorship program](https://fsharp.org/mentorship/index.html) my mentor [Anthony Lloyd](http://anthonylloyd.github.io) and I have been working on the [Fantomas project](https://github.com/dungpa/fantomas). Fantomas is like [prettier](https://prettier.io) or [elm-format](https://github.com/avh4/elm-format) but for F. It was originally created by Anh-Dung Phan and people have suggested that it could be a part of the

Building Fable apps inside a Docker container

Published

Tags

Introduction Want to use Docker to develop Fable applications? What if I told you it isn't all that difficult? > TLDR; How to user Docker with Fable. Docker So the first step with Docker images is that you check whether a suiting image that fits your needs already exists. When I checked Docker