I'm looking to strengthen my portfolio and learn while doing it. I have a solid foundation in back-end development (APIs, authentication, databases, etc.) and some basic client-side skills (like React, event handling, templates, and CSS). I've mainly worked with Django on social and e-commerce projects and feel pretty comfortable with it. Now, I'm interested in transitioning to TypeScript by setting up an Express server and using a separate React library for the client side. Initially, I considered React routing, but I realize that might slow down performance and affect SEO for e-commerce purposes. So, I'm leaning towards a hybrid approach where Express manages product pages with a template engine, and React is utilized in specific areas, like the shopping cart. Does this sound like a good strategy to demonstrate my front-end knowledge to potential employers? Or should I consider a different approach altogether?
1 Answer
Honestly, the framework isn't the most important part. What's key is showing you understand how to manage rendering, data flow, and where to manage complexity. The project you're thinking about seems like a good way to communicate your skills effectively. It's about justifying your framework choices and showing you get the big picture of full-stack development.

Thanks for chiming in! You're right; it is about showing that I grasp those concepts. I’m exploring ways to highlight my understanding of data flow and rendering in a way that stands out on my resume.