Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

state that react 0.13 should just use .d.ts #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

A binding layer between React and TypeScript. React currently uses a `createClass` function which takes in a component specification and then binds the value of `this`. Unfortunately TypeScript does not support that currently but there are several proposals to do that in the future. React moving to a world which supports ES6 classes will also make this unnecessary. In the meantime, this library quite simple provides a class to extend and factory function to convert the prototype for `createClass`.

This library will change dramatically with the release of React 0.13. The goal
will be to provide traditional React semantics, such as Mixins with the new
ES6 style classes.
If using React 0.13 or later, you can just use the [existing type definitions](https://github.com/borisyankov/DefinitelyTyped/tree/master/react) and not use this project.

## Installation

Expand Down