1
00:00:00,470 --> 00:00:05,420
Now, before I continue with the pages, let me address the elephant in the room where it once in a

2
00:00:05,420 --> 00:00:10,550
while I get comments about auto imports, more specifically why I'm not using them.

3
00:00:11,000 --> 00:00:15,100
And first of all, let me just say this, I'm fully aware of that.

4
00:00:15,580 --> 00:00:17,900
And realistically, we can do something like this.

5
00:00:18,110 --> 00:00:24,500
I can go through a dashboard and just type the name of my component, which in this case is going to

6
00:00:24,500 --> 00:00:25,160
be an error.

7
00:00:25,610 --> 00:00:31,250
And I get the auto import and life is great and I am using this while developing.

8
00:00:31,820 --> 00:00:37,370
But while recording, I actually use that only sparingly for the following reasons.

9
00:00:38,000 --> 00:00:44,330
In my opinion, it gives you a better picture if you understand everything that we're going to be importing

10
00:00:44,330 --> 00:00:45,500
right from the get go.

11
00:00:46,280 --> 00:00:51,320
So you have a better picture of what we're going to be creating in that component.

12
00:00:51,890 --> 00:00:57,890
And also, in my opinion, it messes with the flow since once in a while, it does more so.

13
00:00:57,890 --> 00:01:03,080
For example, if I'm going to go here with a logo that that is not set up as auto.

14
00:01:03,350 --> 00:01:07,010
So now I need to still go back over here and get the logo again.

15
00:01:07,230 --> 00:01:08,350
Is it the end of the world?

16
00:01:08,360 --> 00:01:08,720
No.

17
00:01:09,170 --> 00:01:14,600
But in my opinion, it's better if we just set up the imports right from the get go.

18
00:01:14,690 --> 00:01:20,840
I know that quite a few people probably disagree with that, but that's just my preference of how I

19
00:01:20,840 --> 00:01:28,550
like to record and I still use them while recording is just not going to be all the time.

20
00:01:29,030 --> 00:01:34,040
Hopefully, that addresses the issue, and now I can move on to the next topic.

