-
Could you add a repo with a small skeleton project, with the javascript pipeline (bundler, watcher etc.) configured and working? It would be a big help for people not coming from the javascript world.
-
Lexifi's [ocaml-vdom](https://github.com/LexiFi/ocaml-vdom) has a nice API for declaring UIs, similar to elm's but nicer in a bunch of small ways. It'd be great to have that as an alternative API for …
-
I was hoping to chain a few http requests into a task when I noticed that Elm's `Http.toTask` function hasn't been adopted (or is missing).
I attempted to split the current `Http.send` function int…
-
Starting to explore the project and trying to do a build. After `git clone` repository and `npm install`, as well as `npm install -g bs-platform`, I ran `npm run build` and got the error:
> 10 Jan …
-
Something similar to how elm-html works. This should be a separate library.
-
When I was creating a pagination with bucklescript-tea, I found that I could never get the "next" and "previous" button right. And I found a bug. It is the case if the `msg` for onClick is a `if` cond…
-
Hi @OvermindDL1
I tried building something with this and running the program gets you the error `main is not a function`
Here is a reproduction -> https://github.com/feluxe/bs-tea-starter-kit/p…
idkjs updated
3 years ago
-
Thank you for the great library. It has been a great experience so far.
I am trying to wrap **bucklescript-tea** component into web components. The initial skeleton looks like this:
```javascrip…
-
This is just a question. I was wondering if it would be possible (and be useful) to create tea with React as the view layer.
The reason why it could be useful for me is: some of the hooks that reac…
-
Hey!
I've (and @pbiggar too ;)) been having some difficulties when trying to contribute some of our forked changes upstream. We have a fork (darklang/bucklescript-tea) with changes that we're bakin…