Fork me on GitHub
#announcements
<
2021-03-14
>
tony.kay05:03:33

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

šŸŽ‰ 96
fulcro 60
šŸ¤Æ 36