re-frame
re-frame copied to clipboard
A ClojureScript framework for building user interfaces, leveraging React
I've seen a warning recently with a link to this page, and noticed it's not linked from the FAQs page in the docs. I only got to it by manually...
I clicked the "edit" button from the docs to add a project I worked on with Swirrl, the ONS Structural Search demo. I think it's a decent example of a...
The `warn-when-not-reactive` warnings are no longer valid if we bypass the subscription cache when not in a reagent component, so they've been removed. This should address issue https://github.com/day8/re-frame/issues/753 This change...
### What happened? I recently started looking into re-frame (looks great, I wish the JS community was as wise when it comes to architecture) and read through the docs. The...
### What do you suggest? This ticket is a followup from PR https://github.com/day8/re-frame/pull/752#issue-1125508731 ### Enhancement Request I would like to be able to call `subscribe` anywhere in my re-frame app...
A simplified alternative to #330. As discussed with @danielcompton in that other PR, this is a less invasive and easier to explain/document way to handle exceptions. Adds a global error...
Take a situation where you have a subscription A, who's parameters will be obtained from subscription B. One way of achieving that I know of would be using `dynv` -...
My initial cut of the problem definition is as follows: - within a re-frame app ... - ... for a certain period of time (perhaps while a certain panel is...
If I had my time over again, I would make `reg-event-fx` return a seq of effects, rather than a map of effects. The resulting effects DSL would be more expressive,...
Hi 👋 Issue is not directly related to re-frame, but to the [re-frame-utils library](https://github.com/den1k/re-frame-utils) which uses approach described in [re-frame docs](https://github.com/day8/re-frame/blob/fd12bd3a2c92aae62508071c7b70f95e8eaa58fb/docs/FAQs/UseASubscriptionInAnEventHandler.md#solutions) and in the comments of this [issue](https://github.com/day8/re-frame/issues/255#issuecomment-299478925) I also...