After learning react native take time to look at its basic react, using atom to build REACTJS development environment Atom
GitHub officially launched editor atom-beautify plugin
Atom-beautify used to format code, in the Atom editor open the ' Settings ' panel, you can use the shortcut key command+, to open, open to enter the install, in the search box to enter Atom-beautify, and then click on the installation line:
Atom-html-preview Plugin
Atom-html-preview is used to display HTML page effects in real time, the same way you install them.
Configure shortcut keys
Click the KeyBindings menu in the Settings page, and then click your keymap file to enter the set shortcut key interface:
Enter the following content:
' Atom-text-editor ':
' ctrl-f12 ': ' Atom-html-preview:toggle '
. Editor ':
' ctrl-alt-b ': ' Atom-beautify: Beautify-editor '
Atom-html-preview shortcut keys are ctrl+f12 atom-beautify shortcut keys for ctrl-alt-b
downloads Reactjs
Reactjs after the download, and then import into the project can be, it is important that the following several files:
Helloworld react