Phases of new project
Recently I started a new project way different that what I’m used to and stumble upon some rocks on the way like not knowing how to implement such feature or how to properly connect to the backend of my project and the most frequent question I’ve asked:
Why its not working? Dear Lord, I’m looking at this code for hours now and I don’t know where my mistake is!
Well, that’s just the price you pay for getting out your confort zone (yes, that’s cliche). When you just do, let’s say, regular projects like simple websites using ReactJS or similar stuff you don’t go further down the rabbit hole and trust me it’s pretty deep and confusing.
When I started my new project I thought that it would be pretty simple, like handling login and register systems in PHP but it was not! Just to build a functional form for login and register took me hours and hours of research and try and error on the code part. Not mentioning the scripts to inserting data into MongoDB.
Is it worth? For sure! At least for me it worth it! It was a dream of mine start developping this project and making it scalable too in such a way that in the future I could add some new features that I already have in mind!
So, to all of you starting in this ReactJS journey, don’t give up, just persist a little more and you can accomplish some pretty awesome stuff.