mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f2955dbb6f6ad6d76becb1c861dccaf9e7a785b0
Originally I thought it was important that SSR used the same View
Transition name as the client so that the Fizz runtime could emit those
names and then the client could pick up and take over. However, I no
longer believe that approach is feasible. Instead, the names can be
generated only during that particular animation.
Therefore we can simplify the auto name assignment to not have to
consider the hydration.
DiffTrain build for [845d93742f](https://github.com/facebook/react/commit/845d93742fb090e7a35abea409a55e2a14613255)
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%