After three years new major version of React is finally here. Over the years version 16 and it’s subversions shaped React to number one… (more…)
Read more »
Twitch is the world's leading video platform and community for gamers. (more…)
Read more »
In this post, I'd like to share alternative approaches for dealing with conditional rendering in React. I will try to list out the pros and cons about 3 different approaches (doesn't mean couldn't be more!) and hopefully this can be useful for you someda... (more…)
Read more »
Rediscover the benefits of the MVC architecture in the GUI environment and how it can be applied to your React application. Learn the two pillars of MVC in React: (1) Presentation layer with Controller and View React Components and (2) a UI-Agnostic Data ... (more…)
Read more »
Hey there! This post is for my front-end app while building Codemarka and a good practice I adopted and you should too.
THE PROBLEM:
On my server, I've got routes that are protected. To access them you'll need to provide an auth token in the reques... (more…)
Read more »