Fork me on GitHub
#reagent
<
2017-05-25
>
caryfitzhugh13:05:12

ahoy! I love reagent, but have to do a project in plain JS - and wondered if anyone had a handle on options that are "reagent"-ish but plain JS. Googling thus far has been unfruitful.

urbank13:05:24

@caryfitzhugh It's not exactly obscure, but have you seen https://github.com/mobxjs/mobx?

caryfitzhugh13:05:38

nope. will look at it. thanks 🙂

pesterhazy13:05:46

immutable.js or mori help as well

borkdude13:05:22

@caryfitzhugh Probably React, Redux (if you like Re-frame) and ImmutableJS?

pcj22:05:19

Has anyone used https://github.com/STRML/react-grid-layout#responsive-grid-layout-props in one of their projects? It's really awesome but every time I change my layout it resets the grid. Any ideas?

pcj23:05:02

Ahh, figured it out. Silly mistake. I had [:> (js/ReactGridLayout.WidthProvider js/ReactGridLayout.Responsive) ...] Instead of binding it in a let.