Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantimex committed Jun 27, 2016
1 parent 2725d0d commit 4bcd1a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Feeling bored with typing or even copying React codes to write React components

The snippets follow JavaScript ES6 syntax, we don't use the old `React.createClass({...})` anymore, we write class component and functional component. Also we provide snippets to quickly write React Lifecycle functions (e.g. `componentDidMount`).

## Latest Updates (June 14, 2016) ##
**Latest Updates (June 27, 2016)**
* Fix **Component Will Mount** snippet command

**Updates (June 14, 2016)**
* Rename our project to **React Development Snippets**

## Updates (May 22, 2016) ##
**Updates (May 22, 2016)**
* Reorganized folder structure and grouped snippets to: React, Redux and Test
* Added Redux related snippets to help you write actions, reducers and redux components faster
* Added `<FormattedMessage />` snippet
Expand Down

0 comments on commit 4bcd1a2

Please sign in to comment.