Hi everyone, version control has become more challenging since we consolidated multiple apps into a single multi-page application. For example, if two people are working on different pages and one needs to revert to an older release version or go back to a point in history, we’ve noticed that changes on the other page also get reverted. This is causing significant issues for us. Are there any best practices you’d recommend to address these challenges?
Edit: We are not on the enterprise plan, so we cannot use external SCMs
1 Like
+1 multipage has been huge for app performance but tough for development speed due to what @Yashodhar_Meduri said.
I think something that has helped me personally here is not hitting the big 'play' button to toggle 'user-mode' since it spawns a new tab and instead always opting for ⇧⌘P, or the preview mode.
IMHO Retool needs to stop spawning tabs for user mode since it causes people to open multiple versions of the same application and later write over other people's work.
I wish Retool somehow gave you some type of history filter with a diff and you could either go back to that point in history, or revert to the previous value via the diff.
1 Like