Hacker News new | ask | show | jobs
by bootstrpppin 579 days ago
Looks like it'll be incredibly fast if we stay within the bounds of the framework, but very hard if we want to do something unexpected?
1 comments

not really. Depends on what you mean by in the framework. The plugin system allows you to create npm plugins for blocks, actions, operators, connections and even auth adapters and providers. So it’s usually as simple as creating a react component or writing a js function. with an pnpm monorepo setup, you dont even neep to publish it to pnpm to use the plugin in your project.
ohh understood, thx