do you know #cyclejs but you would like to do some #clojurescript but with less hastle to setup. I did it with #squint and it feels great just have a look on your own. And the crazy part you can even use react-native ;)
do you know #cyclejs but you would like to do some #clojurescript but with less hastle to setup. I did it with #squint and it feels great just have a look on your own. And the crazy part you can even use react-native ;)
most of experience with FRP has been working on @manyver_se , which is a rather extensive CycleJS app. Took a while to get used to it (and I'm still quite puzzled in certain areas), but it's really widened my general knowledge around programming, especially in the context of user interfaces.
also helps to have Cycle and Manyverse's creator, @staltz, as my FRP mentor/troubleshooter 😁
Luca Mazzalira speaks about #MicroFrontends at #oredev and tries to distill the common mistakes he has seen in his 7 years of experience.
They should be independently deployable without coordination with other teams. They should also be made for a certain business domain.
They all should use the same UI framework.
They should not implemented hacks for legacy components/microfrontends.
He mentions Elm and https://cycle.js.org/ #cycleJS as examples for good reactive UI implementations.