# tern-react **Repository Path**: mirrors_angelozerr/tern-react ## Basic Information - **Project Name**: tern-react - **Description**: A Tern plugin adding React support. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tern-react [![Build Status](https://secure.travis-ci.org/angelozerr/tern-react.png)](http://travis-ci.org/angelozerr/tern-react) [![NPM version](https://img.shields.io/npm/v/tern-react.svg)](https://www.npmjs.org/package/tern-react) Tern plugin adding [React](https://facebook.github.io/react/) support. Pay attention!, this project is just a POC to try [acorn-jsx](https://github.com/RReverser/acorn-jsx). There is a lot of limitation: * JSX completion cannot work since [acorn-jsx](https://github.com/RReverser/acorn-jsx) cannot support acorn_loose (it is not able to parse not valid JSX). See [issue 32](https://github.com/RReverser/acorn-jsx/issues/32) for more information. Release was done just for [jsctags](https://github.com/ramitos/jsctags).