In my app I’m adding a price calculator where the user will first input a price, then input a target date, which at the end will give them a price per month.
I’m new to app building but I know in web development I’d build the 2 inputs and the output as sections within in a container. Then design the screen so that only the relevant sections shows the screen itself is actually static. The reason for having them all in a container is for the javascript.
I’m wondering
- Is it possible to build this same way in Thunkable (keeping the screen static but only the viewable section changes)
- Is it necessary to build it this way? Again I’m a beginner but I’m presuming blocks would do the work of javascript making the need for a container redundant.