bucklescript-tea
bucklescript-tea copied to clipboard
TEA for Bucklescript
I have an issue where event handler callbacks on a div that close over information do not get replaced even when the `key` of the event property changes. I'm using...
My daughter is building a singer / singing-teacher feedback app and is using Reason. She will need to use some existing component for the audio player, and js-React has some...
We need a proper getting started for forks didn't have Elm background. For now I think it is a good idea to convert the official guide from Elm. If Reason...
This might turn out to be either a question or a feature request, sorry if opening an issue is not the right place to ask this (btw is there a...
Please have a look at https://github.com/neochrome/bucklescript-tea/tree/specs for a simple take on how specs/tests possible could be implemented. For now it is expected to first be compiled using the bucklescript compiler,...
I apologize for using an issue for this...feel free to close this. I don't remember where I first heard about this project, but searching led me to the [Elixir Forum](https://elixirforum.com/t/bucklescript/1579)...
I took a stab at #73, to see what's changed. The test examples still work but I didn't check anything else yet. So please take a good look at this....
Bug in ~key?
Hi! Is `~key:_` supposed to work the same as `key` in React/Value and `keyed` in Elm? If yes, I have created a test case where some nodes' values are not...
It can be cool that Bucklescript support SSR, this can help to improve the user experience and is helpfull for SEO
I'm not sure if this is the best way to use TEA, but I've run into a runtime error in this situation: ```ml type msg = Foo of (int *...