Do we need bootstrap.js when exporting multiple modules? #1684
Unanswered
jessgoldq4
asked this question in
Q&A
Replies: 1 comment
-
No only needed on entry points of main apps themselves |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the Advanced API: Startup Code example, and I have a few questions:
i.e,
It seems like it's unnecessary; when I removed
<LocalButton2 />
from App2's App.js, I can still see in the host app:which leads me to my next question...
It also seems like leaving bootstrap.js in App2 completely empty works too:
What is the best practice here? Thanks
Beta Was this translation helpful? Give feedback.
All reactions