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

Use microlens instead of lens #421

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

ilyakooo0
Copy link

A major use case for reflex-dom is making frontend applications. This means that the compiled binaries are shipped to the user. In some cases, they are loaded when the user opens a web page. This means, that size is quite important.

lens has a pretty big dependency footprint, and most of the library isn't even used in reflex-dom. This PR removes the lens dependencies from libraries.

@ilyakooo0 ilyakooo0 marked this pull request as draft September 12, 2021 18:12
@ilyakooo0 ilyakooo0 marked this pull request as ready for review September 13, 2021 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant