Reactable Stateless Components
This is the README for your extension "reactable-stateless-components". After writing up a brief description, we recommend including the following sections.
Features
Easily create stateless react components, with seperate files for the component, container, a config and styles.
Instructions
-
Open the command pallet by pushing
cmd p -
type
> Stateless Component -
Name your component. React Stateless component will then generate the required files for your stateless component
Requirements
VS Code > 1.63.0
Extension Settings
None at present
Known Issues
Currently only works if your components are in src/components directory.
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of Reactable Stateless Components