Giter VIP home page Giter VIP logo

Comments (4)

michaeldrotar avatar michaeldrotar commented on May 22, 2024

I believe this is already supported (vue3 still has all the features of vue2 unless noted otherwise)
https://vuejs.org/v2/guide/render-function.html#JSX

It's not frequently mentioned, but the composition API's setup method can be used alongside the existing api as well.. there's a blurb here about how things resolve:
https://vue-composition-api-rfc.netlify.com/#usage-alongside-existing-api

from rfcs.

masx200 avatar masx200 commented on May 22, 2024

I believe this is already supported (vue3 still has all the features of vue2 unless noted otherwise)
https://vuejs.org/v2/guide/render-function.html#JSX

It's not frequently mentioned, but the composition API's setup method can be used alongside the existing api as well.. there's a blurb here about how things resolve:
https://vue-composition-api-rfc.netlify.com/#usage-alongside-existing-api

Is "vue-jsx" in "vue 3.0" particularly close to "react-jsx"?

The "vue-jsx" in "vue 2.0" is not very popular.

What does "jsx" look like in the future "vue 3.0"?

from rfcs.

michaeldrotar avatar michaeldrotar commented on May 22, 2024

Is "vue-jsx" in "vue 3.0" particularly close to "react-jsx"?
What does "jsx" look like in the future "vue 3.0"?

Unless someone can correct me, I believe jsx is jsx.. it's exactly the same everywhere.

The "vue-jsx" in "vue 2.0" is not very popular.

That's subjective, as are most of the reasons stated for opening this issue, so I can't really comment on any of that. You might find jsx easier to learn and use.. personally, I don't, but it obviously has its merits so I'm glad its an option for components that can be better expressed using it.

Also, vue's <template> is not using mustache... both use curly braces, but they're not remotely the same thing and you'll have a very hard time building a vue template if you're reading mustache docs. 😄

from rfcs.

yyx990803 avatar yyx990803 commented on May 22, 2024

https://github.com/developit/htm <- this is NOT JSX. If that's something you want, it already exists for Vue 2 (and can be easily updated for Vue 3): https://github.com/egoist/vue-html

from rfcs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.