Looking for a Decision Tree for Using Effects in Effect.js

Hey everyone, does anyone know of a decision tree for effects? I've recently started exploring effects and am really excited. However, I also feel a bit overwhelmed. To give some context, I'm working on laying the groundwork for my project by creating libraries with effect.js to reuse later. Most of my work involves AI tools, and I want to better understand what AI outputs, what's effective, and what's not. A decision tree would be really helpful because there are so many packages and methods, making it confusing to choose. Ideally, I’d like a simple decision tree—like, if I have a promise, I should use this or that. It should be easy to follow with clear guidelines. I know in the 'myths' section, there are about 20 or 30 components I should start with and then expand from there. Does anyone know if such a decision tree exists?
Was this page helpful?