What are resources where I can learn something similar for React development? I'm pretty proficient with building simple React applications. Now, I want to learn more about the finer details of how SPA apps are loaded in a browser when you land on a URL, dependency management with yarn/npm, OAuth, DOM manipulation, lazy loading internally, etc. I want to have a strong foundation to understand web development beyond just React.
The problem is, I'm not sure what to look for so I can't simply Google each of these things up one at a time. If there's a concise O'Reilly book or an online resource, I would love to learn more. Thank you!
No comments yet.