You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-32Lines changed: 20 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,28 @@ Feeling bored with typing or even copying React codes to write React components
4
4
5
5
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`).
6
6
7
-
**Latest Updates (June 27, 2016)**
8
-
* Added to [Package Control](https://packagecontrol.io/packages/React%20Development%20Snippets)! Thank you so much [FichteFoll](https://github.com/FichteFoll)!
9
-
* Fix **Component Will Mount** snippet command
7
+
## Installation ##
8
+
9
+
### Use Package Control ###
10
+
11
+
* Make sure you have [Package Manager](https://packagecontrol.io/installation) installed
12
+
* Launch the command palette: `⌘+shift+p` on MacOS, `ctrl+shift+p` on Windows
13
+
* Type `install`, select `Package Control: Install Package`
14
+
* Type `React`, select `React Development Snippets`
15
+
16
+
### Without Package Control ###
17
+
18
+
Navigate to your Sublime Text packages folder and git clone our project.
10
19
11
-
**Updates (June 14, 2016)**
12
-
* Rename our project to **React Development Snippets**
20
+
#### MacOS ####
21
+
"/Users/{user}/Library/Application Support/Sublime Text {2|3}/Packages"
13
22
14
-
**Updates (May 22, 2016)**
15
-
* Reorganized folder structure and grouped snippets to: React, Redux and Test
16
-
* Added Redux related snippets to help you write actions, reducers and redux components faster
17
-
* Added `<FormattedMessage />` snippet
23
+
#### Windows ####
24
+
"C:\Users\{user}\AppData\Roaming\Sublime Text {2|3}\Packages"
0 commit comments