metarhia / swayer

Schema based frontend framework 👀
MIT License
52 stars 11 forks source link

Replace loadSchemaFactories with dynamic children #8

Closed Viktor286 closed 2 years ago

Viktor286 commented 2 years ago

PR attempts to remove separate "dependency loader components" and use async import for dynamically loaded children. This is more like an experiment rather than poc. Not sure about props passing system: looks like right now its not straightforward and could be confusing. Not sure about performance and browser compatibility (doesn't work on MacOs Safari).