Skip to content

Difference with Vue

Not same templating

In React, we're using JSX

Several components in one file

Because React/JSX is just Javascript and components are just functions, you can put several components in the same file, when Vue in SFC mode, allow only one component per file

Released under the MIT License.