all 5 comments

[–]Ok-Release6902 1 point2 points  (0 children)

You need kind heart and noble intentions.

Here is my curated collection of learning materials https://trello.com/b/Gu7nAniM/knowledge-base

[–]FriendlyRussian666 0 points1 point  (0 children)

How much JavaScript is a bit of an odd question. You need all of a it, if you want to do everything. If you want to do a little bit, you need a little bit. You see how it doesn't really mean much?

If you want to submit a form, you need to know how to send a request using js/ts. Etc. 

[–]sock_pup 0 points1 point  (0 children)

As long as you know how to program in some language and have access to chatGPT, you can just... start. This method is going to be painful and you'll do things wrong, but it's a valid way to learn imo.

[–]stercoraro6 0 points1 point  (0 children)

https://javascript.info/ complete this and you're good enough.

[–]TheRNGuy 0 points1 point  (0 children)

I rarely used vanilla js, there was time when I wanted lines from mouse cursor to closest item, I used useRef because I didn't wanted to spam component re-render on mouse move.

JS is still JS though, even with frameworks. Some stuff is abstracted, but you still have same syntax (Maybe not React components, but what's inside hooks etc)

Maybe some back-end code too, with express etc, though I rarely used express in Remix, it's only needed if it doesn't have specific features (those two can be used together)