Fork me on GitHub
#re-frame
<
2019-11-27
>
superstructor03:11:44

Re 'removing reagent as a dependency' it has been done before in significant forks such as 'Pastoral'. E.g. https://github.com/superstructor/Pastoral/blob/master/src/pastoral/reconciler.cljc replaces reagent with a Unity 3d game engine renderer in C-sharp running on .NET CLR but keeps all the other parts (events, fx, cofx etc) of re-frame as-is. I don't see it happening in re-frame itself soon or even ever as there is quite a tight coupling between e.g. views, subs, reagent hiccup and reagent.core/ratom's. It would break pretty much any re-frame user's application which is something to be avoided. As such I see the place for these kind of changes in forks. E.g. one could imagine a 'rum-frame' (if it doesn't exist already). @y.khmelevskii @shaun-mahood @mikethompson @lilactown

shaun-mahood03:11:08

@superstructor Pastoral looks pretty awesome! I’ve definitely got to come up with a good reason I need to use it at work :)

superstructor03:11:36

Thanks 😄 I also need to come up with that reason. Havn't touched it since 2018 so I need to find some spare time to bring it up to date with the latest upstream changes in Arcadia (Clojure in Unity) and the Unity 3D APIs itself as those change release-to-release. This was built on Unity ~2017.2 - 2017.4 - 2018.2-ish and now Unity is up to 2019.2 releases.

oconn15:11:11

Cont. “removing reagent dependency” - I’ve been experimenting with a re-write to use with hx https://github.com/oconn/hx-frame. Very experimental right now.

👍 4
danielneal16:11:22

I think time slicing is a game changer for any apps that might need to do low priority work (e.g. updating subscriptions, saving things to local storage) without causing rendering jank.

Ramon Rios17:11:42

Guys, wich options for style you guys use in re-frame application?

superstructor03:11:45

Do you mean components, or just specifically styling in terms of theming ?

superstructor03:11:45

re-com is based on bootstrap.

Ramon Rios17:11:17

https://startbootstrap.com/themes/sb-admin-2/ Am i able to install a bootstrap style like these one?