This repository was archived by the owner on Jul 22, 2026. It is now read-only.
Replies: 2 comments 12 replies
|
My vote is for Quo components is that we used closed by default, and we allow open maps for previous components that would take a lot of refactoring to clean up immediately 👍 |
2 replies
|
Note: Quo Components Only Utilizing closed maps implies foregoing the ability to drill props down (i.e., passing an object to children rather than explicitly passing keys). Though it necessitates additional lines of code, I fully endorse closed maps. I advocate for their consistent use. It's acknowledged that implementing them mandates refactoring each component call when writing the schema. |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We had a discussion a while back in the #malli discord channel which we didn't finish. Best if we continue it in a more "centralized" place to collect our opinions and arrive at a decision that can go into our guidelines.
for open maps:
for closed maps:
All reactions