07-02-2020, 05:35 PM
It doesnt have to be full REST as each page can maintain state while its alive. Its only state that is needed between different pages that needs to be stored, essentially shared info of the user session.
I think mixing them though is going to be complex and I agree with Alexandre, Id port it all or at least separate it into groups of pages as modules and then just interop between modules rather than try to do it with full page granularity.
I think mixing them though is going to be complex and I agree with Alexandre, Id port it all or at least separate it into groups of pages as modules and then just interop between modules rather than try to do it with full page granularity.

