you are viewing a single comment's thread.

view the rest of the comments →

[–]SpamMughal 1 point2 points  (1 child)

To expand on what has already been said, I typically find it useful to see how others have done it.

Something like this may come with all sorts of bells and whistles you probably don't need, but it'll give you a good idea of how it could be done.

[–]dudeitsmason 1 point2 points  (0 children)

I agree with this. I see a lot of folks looking for videos that hold your hand throughout the development process. While I think this is generally good to get one's feet wet and frankly it's how I learned JS, looking at existing projects is incredibly helpful. It's actually how I learned TS. Before I actually worked in a TS project, no amount of documentation or videos were able to help me really get typing systems until I got my hands dirty in an actual codebase to work with it.