-
For example, in https://www.flyde.dev/playground/fibonacci/ , how to add another Fibonacci node using the UI? (not editing the yaml file) Also, how to add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
"this" node - In the VSCode extension, it just works - you can add the node you're working on. The online playground requires a small tweak to make it work - opened #41
PS: That example is merely a showcase for Flyde's flexibility, but I strongly think frontend components is not a good use-case for Flyde. |
Beta Was this translation helpful? Give feedback.
"this" node - In the VSCode extension, it just works - you can add the node you're working on. The online playground requires a small tweak to make it work - opened #41
jsx
output - in that example, I simply created a new output (right click board -> new output) and then connected that output to a React renderer. See https://github.com/FlydeHQ/flyde/blob/main/website/src/pages/playground/react-counter.tsx#L32, https://github.com/FlydeHQ/flyde/blob/main/website/src/pages/playground/_OutputLogs/OutputJsx.tsxPS: That example is merely a showcase for Flyde's flexibility, but I strongly think frontend components is not a good use-case for Flyde.