Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: extract custom components loading logic #1862

Merged
merged 4 commits into from
Apr 7, 2023
Merged

Conversation

Janpot
Copy link
Member

@Janpot Janpot commented Apr 7, 2023

This PR isolates the custom components loading logic from the app runtime and makes it injectable. This allows me to work on a new runtime that compiles components from the file system.
It simplifies the logic and takes a lot less LoC to achieve the same result

@Janpot Janpot changed the title Refactor: Refactor: extract custom components loading logic Apr 7, 2023
@Janpot Janpot added the core Infrastructure work going on behind the scenes label Apr 7, 2023
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was an early prototype of a runtime that can load components with correct react and node_modules.

@Janpot Janpot marked this pull request as ready for review April 7, 2023 10:29
@Janpot Janpot merged commit 38f373d into master Apr 7, 2023
@Janpot Janpot deleted the wip-comps-extract branch April 7, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant