amendable / core

Add another layer of abstraction above React props.
https://amendable.dev
4 stars 0 forks source link

Resolve props at build time #3

Open Nedomas opened 4 years ago

Nedomas commented 4 years ago

This can be done either via babel-macros (would work with CRA out of the box, might be harder) or with babel transforms (might be easier).

Nedomas commented 4 years ago

Easy one for you @jpalumickas