javascript

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

Adventures in Elm

Published

Tags

Introduction 2016 for me personal was the year the I came in serious contact with **functional languages**. I started looking at F, applied functional concepts (partial application, immutability, pure functions and so on) in JavaScript, gave RxJS a shot and fell in love with React. A logical next step was looking at

A leap in RxJS

Published

Tags

Introduction A while ago I wrote some JavaScript to create a custom slideshow. I recently had to revisit that project and I saw an opportunity to fiddle around with [RxJS](https://github.com/Reactive-Extensions/RxJS) Explaining the problem The way the slideshow works is that it shows three images and moves up one frame at a time.

Redux Thunk, javascript middleware for Redux

Published

Tags

Introduction Lately I've been using a lot of Reactjs goodness in my side projects. React is only the V in a modern day MVW (Model, View Whatever) pattern and that's an interesting subject. Facebook uses its own [Flux](https://facebook.github.io/flux/) library/pattern/architecture to cope with the other stuff, however there seem to be a