|
|
|
|
|
by musashizak
3232 days ago
|
|
In vue you have forma free reactive data without using shouldcomponentupate. Components are updated when data change and only for the data they binding.
You have also local context while react have a global context.
Props are reactive ... And many others feature |
|