coffee-react
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -12,3 +12,3 @@ { | ||
"author": "James Friend", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"licenses": [ | ||
@@ -15,0 +15,0 @@ { |
# Coffee-React | ||
# STATUS: DEPRECATED | ||
This tool is no longer maintained. If you need to transition your codebase from | ||
it, a codemod is available to do so: [cjsx-codemod](https://github.com/jsdf/cjsx-codemod) | ||
This project started as a way for me to explore how JSX could fit into | ||
Coffeescript syntax, as a quickly hacked together prototype. While I never | ||
really promoted it, it quickly took on a life of its own, and before long people | ||
were asking for it to support all kinds of different use cases. On top of that I | ||
had no experience writing parsers, so the result is something with | ||
[insurmountable limitations](https://github.com/jsdf/coffee-react/issues/32). | ||
As I eventually stopped using Coffeescript I ended up neglecting this project, | ||
but as people were using it I didn't want to kill it. I really should have, | ||
however, because it meant that people were using a crappy, ill-conceived, | ||
unmaintained tool. Now, long overdue, I'm putting it out to pasture. | ||
Original readme follows: | ||
Coffee-React provides a JSX-like syntax for building [React](http://facebook.github.io/react/) components with the full awesomeness of CoffeeScript. | ||
@@ -4,0 +23,0 @@ |
34193
166