From Vue To React: A Developer's Journey To Mastery
Struggling to implement Clerk auth in React led me to go back to basics & create the Dark Souls CRUD Arena: building same app 4 different ways with various stacks & deployment strategies.
After having worked in Vue.js for the past five years, I was once again hacking my way through a take home CRUD assignment in React. Not long into the assignment, I realized that while I had the architecture pieces in my head for how I wanted to organize the project, I was completely lost at sea for actually implementing the features in React. All my jobs in tech thus far have used different stacks. Coming straight out of a bootcamp -- shoutout to Turing School -- I became effective at shipping features within the context of a large codebase. The existing codebases had established patterns, fr...