This is a plugin for MacRabbit's Espresso code editor for Mac. It adds support for React JavaScript library.
- Supports both .js and .jsx files
- JSX syntax highlight
- JSX itemisers for navigator panel
- Auto-complete for React's TOP-Level APIs
Installing via terminal:
cd ~/Library/Application\ Support/Espresso/Plug-Ins
git clone https://github.com/aljs/React.sugar.git
Or you can download the project, decompress it, rename the folder to "React.sugar" and double click it to install in Espresso.
- JSX syntax highlight
- JSX itemisers for navigator panel
- Auto-complete for inside class methods
- Auto-complete for React Native components and APIs