rackt icon indicating copy to clipboard operation
rackt copied to clipboard

An ultrasmall (~70 loc) React wrapper written in RacketScript

Results 3 rackt issues
Sort by recently updated
recently updated
newest added

I did `raco pkg install rackt`, but when I tried to run `node js-build/modules/todoapp.rkt.js` I got ``` (node:5317) Warning: To load an ES module, set "type": "module" in the package.json...

Hi, thanks for this great package. I'm experimenting with a few potential improvements using macros. Would it be useful to add a few steps in the readme describing how to...