fp

3 articles

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