Hi, im making a node application that comes with some out of the box lists and forms but allows the user to add new lists and forms with validations, let me give u an example:Tim is using the app and wants a table to keep track of his ideas so he creates it with the application UI, clicks 'create new table' and gives it a name 'Ideas' and then defines the fields name and types. This will also generate a form that he can then change to his liking.My question is, how can i achieve this? Do i have to generate the respective javascript code for those things or is there some other approach to this problem? Thanks in advance.PS: Im using node and react
Submitted August 20, 2019 at 12:57PM by senhor_guarfa
No comments:
Post a Comment