Matthew Jaoudi

Results 19 comments of Matthew Jaoudi

@karad Upon further inspection, this line [here](https://github.com/karad/lein_template_descjop/tree/40944e9c59914d44652986521738176be4d0d05/resources/leiningen/new/descjop/reagent__src__front__profile__dev__init.cljs#L15) will *also* be problematic and I think it should likely be removed. That line will effectively call the `core/init!` function on every figwheel...

@prook Thank you for opening up this discussion! I think that is a fantastic question. I think ultimately it comes down to a matter of taste, and so the following...

@prook Thanks for following up! I think you have convinced me that we should open up the api and add more lifecycle hooks to things like svg. So if you...

@Folcon It looks like, with the current implementation of rid3, the only way to do this is with a `:raw` piece. I will noodle on how to update rid3 to...

@Folcon Thanks for following up on this! I haven't had time to dive through your latest example, but a functioning example would be great for the repo! And in vanilla...

@prook Thank you for your example, this was very helpful! I was able to reproduce a working force simulation from it. Regarding the `ratom`, you are correct that, in the...

@prook Reusing the sim is a great idea! I tested out your example locally and it worked great for me. The concept of your 'prechew' never occurred to me, and...

@kovasap Hey 👋 thanks for asking! This never made it in to rid3, so the above is still the best recommendation we have. As you work through this, please feel...

Here is an [issue](https://github.com/gadfly361/soda-ash/issues/10) showing how I implemented a sidebar, but it essentially uses the nasty trick you mentioned. There is probably room to wrap that in soda-ash or to...

@kengruven Thanks for opening this issue! The version of [cljsjs/react-transition-group "2.4.0-0"] that you specified will need a newer version of reagent to be compatible. This is a necessary update, and...