If I start messing with a page in Builder, does that make it difficult to go back and start coding like normal again on it?
For instance, if I want to do the page layout first in Builder, then jump in and make one of the components into a messenger with sockets in the code, then tweak a component’s position and add a few more, then jump back into the code - is that a possible workflow?
Not at all - you can easily balance your usage of Builder and your own code as much as you like. You can put Builder content within your code components, and you can easily use your code components within the Builder content.
For instance, if I want to do the page layout first in Builder, then jump in and make one of the components into a messenger with sockets in the code, then tweak a component’s position and add a few more, then jump back into the code - is that a possible workflow?
Ideally I would want to use Typescript and React.