Video time: 15m31s
Want this course?
Keep Events and Subscriptions Together
Course: Understanding Re-frame
My recommendations for how to organize Events and Subscriptions, which often change together, so that they can be maintained for the long term.
Code is available: lispcast/understanding-re-frame
Code for this particular lesson is available at the 030
branch.
You can checkout the code in your local repo with this command:
$CMD git clone https://github.com/lispcast/understanding-re-frame.git
$CMD cd understanding-re-frame
$CMD git checkout -f 030
Course: Understanding Re-frame
Lessons
Re-frame Stack Overview
free
9 min
Getting Set Up
20 min
Reagent components
24 min
Basic HTML with Hiccup
7 min
Hiccup true, false, and nil Attributes
5 min
Hiccup Style Attributes
6 min
Hiccup class Pattern
5 min
Hiccup id and class Shortcuts
5 min
Hiccup Nested Tag Shortcut
3 min
React Events
11 min
Hiccup and subcomponents
6 min
Hiccup lists, keys, and laziness
16 min
Accessing DOM nodes
19 min
Form component best practices
27 min
Reagent Atoms
19 min
Component Re-rendering
15 min
Embedding strings of HTML
6 min
Embedding Native JS React Components
9 min
Re-frame flow overview
free
14 min
Dispatching Events
10 min
Handling Events
20 min
Effect Handlers
10 min
Co-effects
12 min
Interceptors overview
8 min
Interceptor example
free
19 min
HTML DB Isolation
14 min
Subscriptions
15 min
Reactive Subscriptions
18 min
Reactive Subscriptions walkthrough
13 min
Choosing where to store state
16 min
Naming Events and Subscriptions
18 min
Initialization recommendations
11 min
Deeply nested databases
23 min
Keep Events and Subscriptions Together
free
16 min
Calculations in Subscriptions
22 min
Indexed Entities
39 min
Indexed Entity Order
14 min