How we turned our workflow editor into a real SDK (opens in new tab)
Workflow Builder is a visual editor for workflow graphs in React apps. For a long time it was a strong editor that had not yet grown into an SDK. The 2.0 release closes that gap. Same canvas, palette, and properties panel as before – but now it is something you adopt as a library, not a codebase you grow your product inside. The difference between an editor and an SDK turned out not to be features. It was boundaries. This post is about the three we drew. In short A UI component library and an...
Read the original article