feat: refactor & make indigo patches more readable#202
Conversation
Faraz32123
commented
Feb 16, 2026
- refactor, simplify & make indigo patches more readable
- separate react components from patches folder and render them cleanly, this also improve development of react components in jsx files instead of patches.
- close Refactor & simplify tutor-indigo patches and move react components out of patches #201
- refactor, simplify & make indigo patches more readable - separate react components from patches folder and render them cleanly, this also improve development of react components in jsx files instead of patches.
cb614db to
aab46e3
Compare
ahmed-arb
left a comment
There was a problem hiding this comment.
Thanks @Faraz32123, this is a much-needed upgrade 👍
One question though: do we really need the mfe-env-config-buildtime-imports patch component? At the moment, I don’t see a strong case for having multiple import patches. If we’re only going to maintain a single import, it might be simpler and more maintainable to keep the imports directly inside the patch itself rather than abstracting them into a separate component.
👍 Thanks,
I understand your concern. But it's more about readability and keeping the
|

