|
|
|
|
|
by baby
3190 days ago
|
|
I was going to post the same. I think the learning has to be split in three components: * CSS: learn how to use flexbox and grids, the rest will follow. * HTML5: this is pretty straight forward to learn IMO, maybe someone has a good resource? (that does not talk about JS at all preferably) * JS: This one is tricky, if you really want to learn more about JS it is its own big world. Two advice I would give: learn the latest JS version and use a transpiler. The most popular framework seems to be React, so learn how to use that. |
|