I’ve been looking in the documents as a new developer, and I’m looking for information on the ability to create components at runtime via logic. This could be either on the server or client, as I’m trying to replicate existing code I’ve built using templates and FastAPI.
Thanks for any leads anyone can provide.
Welcome to the Forum, Stuart!
Yes, you can create visual components at run-time, in the Client. See Everything is an object.
Creating visual components on the Server would serve no purpose, since there’s no browser running there, and one there to see it!
Thanks so much for that. I had brainwashed myself into thinking we had to use the straight visual environment. Now I’ll approach it the same way as my normal Pythonic process.