You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,25 @@
1
1
# Coffeescript React JSX Transformer
2
2
3
-
Provides support for an equivalent of JSX syntax in Coffeescript (called CJSX) so you can write your Facebook React components with the full awesomeness of Coffeescript. [Try it out](https://jsdf.github.io/coffee-react-transform/).
3
+
# STATUS: DEPRECATED
4
4
5
-
#### Status
5
+
This tool is no longer maintained. If you need to transition your codebase from
6
+
it, a codemod is available to do so: [cjsx-codemod](https://github.com/jsdf/cjsx-codemod)
6
7
7
-
This project is seeking maintainers. If you are interested in becoming a maintainer [create an issue](https://github.com/jsdf/coffee-react-transform/issues). Pull requests will be reviewed and merged (time permitting), but this project is not currently under active development.
8
+
This project started as a way for me to explore how JSX could fit into
9
+
Coffeescript syntax, as a quickly hacked together prototype. While I never
10
+
really promoted it, it quickly took on a life of its own, and before long people
11
+
were asking for it to support all kinds of different use cases. On top of that I
12
+
had no experience writing parsers, so the result is something with
As I eventually stopped using Coffeescript I ended up neglecting this project,
16
+
but as people were using it I didn't want to kill it. I really should have,
17
+
however, because it meant that people were using a crappy, ill-conceived,
18
+
unmaintained tool. Now, long overdue, I'm putting it out to pasture.
19
+
20
+
Original readme follows:
21
+
22
+
Provides support for an equivalent of JSX syntax in Coffeescript (called CJSX) so you can write your React components with the full awesomeness of Coffeescript. [Try it out](https://jsdf.github.io/coffee-react-transform/).
0 commit comments