- Minor improvements in Readme and
reactWithWebpackDefaults
component
- Add snippet for named function stateless component
- Add snippet for
PropTypes.objectOf(PropTypes.shape)
- Add snippet for
[getSnapshotBeforeUpdate, getDerivedStateFromProps , componentDidCatch ]
- Fix
rpt
snippet
- Merge #41 use TM_FILENAME_BASE variable instead of default placeholder
- Remove support for jsx language
- Add snippet for react pure component
- Add rrc snippet: React Redux Component
- Add empty defaultProps declaration snippet
- Added a new snippet that created a component without importing anything
- Fix typos in snippets
- Import PropTypes from dedicated npm package
- Change the import style when creating components
- Add support for JSX languages
- Add support for TypeScript and TypeScript React languages
- Remove the JavaScript snippets in favor of corresponding JavaScript snippets
- Fixed the ssf snippet for setting the state with a callback as an argument