Over the course of several years we've collected a handful of React web apps, each hosted somewhere and each having their own source code repository.
Now we are looking to sort of "consolidate" these various web apps into a single place. The effort here should be minimal (we should not spend that much time or resources on this).
So im trying to find a solution that provides a great balance in the following:
- Easily maintainable
- Minimum effort in terms of resources/time spent
- Intuitive and very usable for our end-users
What would be a balanced solution?
I've considered solutions involving "micro-frontends", but they seem very complex and convoluted. Now i am considering a much simpler solution: Perhaps the good old fashion iframe.
Any thoughts / feedback / suggestion?