announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
tony.kay 2021-03-14T05:24:33.389700Z

I’m happy to announce a release of Fulcro that includes an often-requested feature: Better interop with, well, everything (raw React, Reagent, Reframe, name your react library of choice). This means you can now use Fulcro to control your full-stack story without having to rewrite your entire app to do so. Adopt it for transaction/network/state processing where you want that leverage. The work is in-progress, but I think the additions (which so far are only about 170 lines of code) allow Fulcro 3.4.20 to be easily embedded anywhere (and in any number of places at once) in the UI tree of any React app. This support leverages React Hooks, and you can see a very simple example of it being used in a workspaces card here: https://github.com/fulcrologic/fulcro/blob/develop/src/workspaces/com/fulcrologic/fulcro/cards/composition_cards.cljs The implementation is in an alpha namespace (https://github.com/fulcrologic/fulcro/blob/develop/src/main/com/fulcrologic/fulcro/alpha/raw_components.cljc), and will be integrated into the main library as soon as it is widely tested and refined. https://github.com/fulcrologic/fulcro

🤯 12
20
🎉 32
borkdude 2021-03-14T07:52:58.393Z

Thanks. In this case it actually worked out but in general it might not be a good idea to package someone else’s code

Candid 2021-03-14T21:04:32.406100Z

joker v0.16.0 is released: https://github.com/candid82/joker/releases/tag/v0.16.0

🎉 14