Programming on Planes: Documention
Published 2023-01-04
Last week I wrote about building an offline mirror for yarn dependencies, so I can start new projects with my favourite dependencies even when I don't have an internet connection.
Today I'm building on this theme with another important part of every developer's toolkit - documentation.
When I'm building frontend stuff, I'll consult documentation from the following sources:
1. MDN Web Docs - (in my opinion) the best resource for web developers. Covers HTML, CSS, Javascript, and HTTP
2. React
#react #documentation #javascript #css