I have this app that I am creating. I want it to have 5 screens, but 4 of the screens will use the same set of 200 blocks. I am aware that I can use a single screen by using the visible property, but I don't want to. I prefer separate screens for each.
Is there ways I can call the blocks in screen one to work in screen 2, screen 3, etc. without coding the whole 200 blocks in the other screens' block editor?