Does using index files have an impact on performance, startup time, or memory usage? #2498
Answered
by
jamonholmgren
mrshahzeb7
asked this question in
Q&A
-
I came across a discussion on LinkedIn where someone suggested that we should avoid using index files as they might increase the build size and initial response time. I personally never faced any performance issues by using this approach The only issue I faced was circular dependency because I was using it wrong Are there any drawbacks to this approach? |
Beta Was this translation helpful? Give feedback.
Answered by
jamonholmgren
Sep 14, 2023
Replies: 1 comment 1 reply
-
There is! https://github.com/infinitered/ignite/blob/master/boilerplate/app/components/index.ts Where are you seeing it missing? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jamonholmgren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is! https://github.com/infinitered/ignite/blob/master/boilerplate/app/components/index.ts
Where are you seeing it missing?