layershifter / babel-plugin-transform-react-handled-props

Generates handledProps from defaultProps and propTypes during the build :sparkles:
MIT License
19 stars 4 forks source link

library concepts not fully defined #9

Closed cdaringe closed 7 years ago

cdaringe commented 7 years ago

problem statement

discussion

i filed 1601 in hopes to better understand how RSUI wires all of this up. my understanding has progressed only as far to know that this transform adds a static-ish exports to a component which can be used somehow at runtime to aide in the propagation of props down the component tree.

anyway, this isn't critical or anything, I just thought that I'd share as an interested user that the README didn't get me fully there!

layershifter commented 7 years ago

@cdaringe Yes, I need more docs. Thanks for a notice

layershifter commented 7 years ago

@cdaringe I've updated README recently, I think now it will be easier understand what the plugin actually does. Sorry, that it took a long time :cry:

cdaringe commented 7 years ago

Oh nice! Thx!