DEV Community

Discussion on: Frontend development in 2020: What are the essentials for beginners?

Collapse
 
champernet profile image
Timur Iskakov

Certainly it would be essentials of understanding DOM-structure (HTML), using CSS (especially flexbox and grid) and of course JS at beginners level (arrays, DOM-manipulation and so on).

For the quick start you may learn Bootstrap: it will help you to build your first projects quicker.