|
|
|
|
|
by gdiamos
971 days ago
|
|
I was in the same situation as you, and then I tried it a few years ago. I realized that front end software is actually pretty shallow. Design is important, deep, and requires talking to users, but once you have a design it is pretty straightforward to get the pixels into your favorite JavaScript/React/Vue/CSS/etc code base. Importantly, design is not about the code. Designers work in tools like Figma, not react. Web frontend applications will then need to call into a backend. If you are doing anything computationally heavy or complex you are back in the world of normal software development. I think this is why you see more full stack than frontend engineers. If you are worried about it, I’d suggest trying a project. If it looks like crap, you probably need to get help from a designer or learn design, not figure out which web stack to use. |
|