This is a project I built to play with Bucklescript and Bucklescript-TEA and evaluate it for building a larger project.
It's essentially just a tree view where elements can be dragged to new parents.
Bucklescript compiles super fast and small JS from the expressive, type safe language OCaml. Thanks to Bucklescript-TEA this essentially looks just like an Elm app but builds to a teeny bundle with rollup:
Uncompressed | gzipped | |
---|---|---|
Plain | 128kB | 19kB |
Minified | 31kB | 10kB 🎉 |
git clone https://github.com/jordwest/bucklescript-tea-tree.git
cd bucklescript-tea-tree
npm install
npm run dev