This covers the essentials for building node-based editors with React Flow, from basic setup through event handling. You get clear examples of nodes, edges, handles, and the built-in plugin components like Background, Controls, and MiniMap. The code samples are practical and show real configuration options, which matters because React Flow has a lot of knobs to turn. It's focused on fundamentals rather than advanced customization, so expect setup patterns and component APIs but not complex state management or custom node implementations. Good for getting a flow diagram running quickly or understanding how the pieces fit together before you start building something elaborate.
npx skills add https://github.com/thebushidocollective/han --skill reactflow-fundamentals