Comment on Gestalt: A set of React UI components that supports Pinterest’s design languageComments−mephitix8yCongrats on the release.One point about the docs - you can cut down on the verbosity of those examples by using arrow functions (instead of .bind) and class properties instead of state initialization in constructors.
Comments
Congrats on the release.
One point about the docs - you can cut down on the verbosity of those examples by using arrow functions (instead of .bind) and class properties instead of state initialization in constructors.