Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://orktes.github.io/atom-react/
ReactJS Support for atom (syntax, snippets)
https://orktes.github.io/atom-react/
Last synced: 3 months ago
JSON representation
ReactJS Support for atom (syntax, snippets)
- Host: GitHub
- URL: https://orktes.github.io/atom-react/
- Owner: orktes
- License: mit
- Created: 2014-04-21T21:32:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T17:00:34.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T06:25:28.975Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://orktes.github.io/atom-react/
- Size: 6.97 MB
- Stars: 477
- Watchers: 14
- Forks: 80
- Open Issues: 142
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-hooks - Atom React Plugin - This is support for the Atom Editor that helps highlight JSX code. (Tools)
README
This project is no longer mantained.
[![Build Status](https://travis-ci.org/orktes/atom-react.svg?branch=master)](https://travis-ci.org/orktes/atom-react)
# Atom React.js support
Visit [orktes.github.io/atom-react](https://orktes.github.io/atom-react) for more information.
## Features
- Syntax highlighting
- Snippets
- Automatic indentation and folding
- JSX Reformatting
- HTML to JSX conversion
- AutocompleteContributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
Initially a port of [sublime-react](https://github.com/reactjs/sublime-react) for [Atom](https://github.com/atom/atom).
# Changelog (notable changes)
## v0.18.0 (19 February 2018)
- Fix plugin to work with latest Atom (v1.24.0)## v0.17.0 (10 November 2017)
- Fix plugin to work with latest Atom (v1.22.0)## v0.16.3 (30 October 2017)
- Update snippets## v0.16.2 (29 December 2016)
- Fix highlighting issues caused by ternary operations and other `?` after updating to atom 0.12.7## v0.16.1 (11 October 2016)
- Fix Atom 0.11 `TypeError: this.getRegexForProperty is not a function` error (restart atom after update)## v0.16.0 (7 August 2016)
- Fix issues related to Atom versions newer than 1.8.0## v0.15 (30 March 2016)
- Pump minor version to see if it helps with APM issue https://github.com/atom/apm/issues/529## v0.14.2 (20 March 2016)
- Fix yet another regression caused by atom update. This time both rendering inside parenthesis and in function/method call arguments.
- Add required semicolon to static class properties snippet## v0.14.1 (18 January 2016)
- Fix issue that caused `return (...);` to be tokenized as a function call.## 0.14 (15 January 2016)
- Fixes related syntax highlighting inside functions and methods in atom 1.4## 0.11 (5 April 2015)
- Closing tag auto-completion [in action](https://cloud.githubusercontent.com/assets/606347/6997161/28412172-dbb9-11e4-9719-2d58b0b79b3f.gif)