cljs-cheatsheet icon indicating copy to clipboard operation
cljs-cheatsheet copied to clipboard

a ClojureScript Cheatsheet

Results 20 cljs-cheatsheet issues
Sort by recently updated
recently updated
newest added

re: https://twitter.com/mfikes/status/882013594828800000 Should recommend using [cljs-oops](https://github.com/binaryage/cljs-oops) for JS object property access.

enhancement

- Ideally, `#js {}` and `#js []` should also have a tooltip (which should also highlight the differences from js-obj) - there should be section: > *Construct JS objects* >...

https://github.com/JulianBirch/cljs-ajax

i.e. the function "abc" -> :abc

cljs/cheetsheet is very useful for new beginers coming to learn..., and it would be nice if we can browse offline... to see reference.. at our finger tips :-)

You can't currently mouse into the tooltips that are "flipped up" when at the bottom of the screen. This will be a little tricky as the mouse position code is...

Use this tool: https://meowni.ca/font-style-matcher/ To prevent page height changes when the page first loads.

If a user types into the Search field and there is only one result, the tooltip should automatically show without having to mouse-over the matched text.

This cheatsheet is very helpful, could you include `js-keys` in the interop section?

I started this project in 2014 in order to produce a ClojureScript quick reference. At the time, I was using the [Clojure cheatsheet](http://clojure.org/api/cheatsheet) on a regular basis and wishing for...