Comment on Ask HN: How/Where should I (a designer) learn advanced front-end development?Comments−rasikjain7yHere is based on what worked for me when I picked up front-end development.1) Pick a framework you are interested in. It can be either react, vue or any other framework.2) Try to do some beginner examples from the official guide and blogs.3) Go through the basic concepts from official help documentation.4) Learn Core javascript concepts (ES6, Data types, Classes, Error handling, callbacks etc)5) Basic understanding of eco system which helps to compile, build, test etc (webpack, babel, npm, node, linting etc )6) Learn Typescript, this will help in a long run. More devs are using Typescript as part of front-end programming.
Comments
Here is based on what worked for me when I picked up front-end development.
1) Pick a framework you are interested in. It can be either react, vue or any other framework.
2) Try to do some beginner examples from the official guide and blogs.
3) Go through the basic concepts from official help documentation.
4) Learn Core javascript concepts (ES6, Data types, Classes, Error handling, callbacks etc)
5) Basic understanding of eco system which helps to compile, build, test etc (webpack, babel, npm, node, linting etc )
6) Learn Typescript, this will help in a long run. More devs are using Typescript as part of front-end programming.