The entry identifier when using Self-controlled Routing in the application.
App.[tj]sx
is not the actual application entry; Modern.js will automatically generate the real entry file, which is roughly as follows:
When createRoot
is executed, it will retrieve the registered Global App and generate the actual React component.
In scenarios with multiple entry points, each entry can have its own independent App.[jt]sx
. For more details, see Entry Points.