Kimo K.
Kimo K.
I find this annoying too. It seems to throw off our fibonacci-based layout convention.
Sounds like a good direction. What are the implications of declaring a margin on the wrapper instead of the child?
Hey, I'd be happy to look into this. However, day8 are in crunch mode, so we can't spare much time until next Spring. Please make a PR with explanation &...
My takeaways so far: - calling `dispatch` actually pushes an event (vector) onto a [queue](https://github.com/day8/re-frame/blob/f654f42430ac0bad9ad43688ebc9d712fb26b4e6/src/re_frame/router.cljc#L222) - when re-frame pulls an event from the queue (to call the event handler), that's...
The [PR where we added the executor](https://github.com/day8/re-frame/pull/183) has the premise that building a full app in .clj is a non-goal for re-frame. I suppose that premise still holds - we...
@lowecg, @oliyh, in your opinion, would it suffice to remove the executor altogether? Instead, `next-tick` would simply be `(fn next-tick [f] (f) nil)`. We'd no longer call event handlers on...
This will definitely happen, I'm just waiting for some day8 internal stuff before I can upgrade all our repos. Ideally that will be as soon as 2 months from now.
I can foresee `preload.react-18` working. As for making it our default: possibly. One outstanding problem with that react-18 preload is that the pop-out window still uses the old render api,...