Opinion: Lead w/PostCSS (Just In Time) Props #113
roblevintennis
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It's definitely a more advanced use case, would rather lead with the CDN, no build steps, usage. Especially since the main bundle is so tiny. The folks concerned with delivering unused props can find these more advanced strategies to keep their bundles minimal. I agree jit-props and open-props make for a very nice setup, but can't expect everyone to setup postcss and node just to use the props. Letting folks layer in complexity seems like a more accessible option? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I'm in the minority here, but I think the power of OP is actually its partnership with this value prop in the JIT library (which I've yet to actually try but totally get the intent and like it):
For me, this is pretty huge selling point. I'd say if I can do this (prune all but those I've used), and somehow control the values themselves when I want to, I'd be like 💯
Beta Was this translation helpful? Give feedback.
All reactions