Open
Description
The autocomplete example's logic is ready. We should now write a blog post about it. The focus should be on describing the pattern of doing autocomplete with SC. The main takeaway is that SC organizes operations into a tree where an operation can have children. One of the rules of SC is that a child can not outlive its parent, we can use this rule to design out autocomplete. We'll build from nothing to a working autocomplete in React.
It's going to be broken up into 3 steps
- Write autocomplete operation in Effection in Node
- Hook it up into React
- Add loading and error states
Metadata
Metadata
Assignees
Labels
No labels