소스 검색

chore: update jsx status [ci skip]

Evan You 6 년 전
부모
커밋
61be60fd4b
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -37,6 +37,15 @@ Vue 3 support in Vue CLI is currently provided via the [vue-cli-plugin-vue-next]
 
 Note if you are not particularly attached to webpack and IE11 support, you can also start a Vue 3 project with [Vite](https://github.com/vitejs/vite).
 
+### JSX Support
+
+There are currently two JSX transform implementations for Vue 3 with slightly differing syntax (for Vue specific features):
+
+- [vueComponent/jsx](https://github.com/vueComponent/jsx)
+- [HcySunYang/vue-next-jsx](https://github.com/HcySunYang/vue-next-jsx)
+
+We are using [this thread](https://github.com/vuejs/jsx/issues/141) to unify the design and land on an official specification of how Vue features should be handled in JSX. If you use Vue with JSX, please provide your feedback in that thread.
+
 ### Other Projects
 
 | Project             | Status |
@@ -44,7 +53,6 @@ Note if you are not particularly attached to webpack and IE11 support, you can a
 | vue-devtools        | WIP (beta channel with Vue 3 support in early July) |
 | eslint-plugin-vue   | [![alpha][epv-badge]][epv-npm] [[Github][epv-code]] |
 | @vue/test-utils     | [![alpha][vtu-badge]][vtu-npm] [[Github][vtu-code]] |
-| Babel jsx transform | [![alpha][jsx-badge]][jsx-npm] [[Github][jsx-code]] |
 | vue-class-component | [![alpha][vcc-badge]][vcc-npm] [[Github][vcc-code]] |
 | vue-loader          | [![alpha][vl-badge]][vl-npm] [[Github][vl-code]] |
 | rollup-plugin-vue   | [![alpha][rpv-badge]][rpv-npm] [[Github][jsx-code]] |