React flow - Layouting
Revision as of 08:04, 6 March 2024 by Pchero (talk | contribs) (Created page with "== Overview == React flow 내용정리. 원문은 이곳<ref>https://reactflow.dev/learn/layouting/layouting</ref>에서 확인할 수 있다. == Layouting Libraries == We regularly get asked how to handle layouting in React Flow. While we could build some basic layouting into React Flow, we believe that you know your app's requirements best and with so many options out there we think it's better you choose the best right tool for the job (not to mention it'd be whole b...")
Overview
React flow 내용정리. 원문은 이곳<ref>https://reactflow.dev/learn/layouting/layouting</ref>에서 확인할 수 있다.
Layouting Libraries
We regularly get asked how to handle layouting in React Flow. While we could build some basic layouting into React Flow, we believe that you know your app's requirements best and with so many options out there we think it's better you choose the best right tool for the job (not to mention it'd be whole bunch of work for us).
To start let's put together a simple example flow that we can use as a base for testing out the different layouting options.