Fork me on GitHub
#fulcro
<
2023-02-16
>
Panel04:02:57

Would fulcro works to make an offline first pwa ?

Eric Dvorsak09:02:23

Yes you need to have a service worker for that

Panel09:02:00

Yep no way around it for offline web, seems doable I’ll try to get a prototype working.

Eric Dvorsak09:02:32

I was planning on doing that as well let me know how it goes please

souenzzo11:02:43

Yes. #C87NB2CFN also supports CLJS, and you can implement a fulcro remote that runs on the client. (you can both not use a remote, or use a client-local remote) I already did that for a react-native app, a few years ago. I admit that there almost no docs about it, but it is possible 😉

👍 2
Hendrik14:02:16

Do have some snippets, that you can share or have some hints where to look how to start? I found the lack of docs the biggest hurdle

Mateusz Mazurczak11:02:05

Hi, I'm a fulcro enthusiast and would love to use fulcro in my company so feel free to check the offer 😄

JAtkins12:02:27

Morning 👋 We are using the synchronous tx processor for tests, and a recent change in RAD changed routing behavior. PR here: https://github.com/fulcrologic/fulcro-rad/pull/109