You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have some powerful abstractions, and code reusability reducing the code we need to write and maintain per project. But the final step to make this low code is being able to put together an app in a GUI.
The step shouldn’t be gigantic, essentially we just want to dynamically wire up the plugins we want to use:
Make plugins findable through NPM package keywords
Make it possible to install and configure these plugins.
Dynamically generate an “app.ts”, or maybe a JSON representation of it.
Restart the server (or just reload plugins) after config update
The text was updated successfully, but these errors were encountered:
We already have some powerful abstractions, and code reusability reducing the code we need to write and maintain per project. But the final step to make this low code is being able to put together an app in a GUI.
The step shouldn’t be gigantic, essentially we just want to dynamically wire up the plugins we want to use:
The text was updated successfully, but these errors were encountered: