Creating a personal finance app with React (Part 1)
Hey everyone,First part consist of the home page, i’ll record myself finishing part of the front end for part 2, then integrating with the backend in the par…
Read more »Hey everyone,First part consist of the home page, i’ll record myself finishing part of the front end for part 2, then integrating with the backend in the par…
Read more »Contrary to popular belief, by default, react component doesn’t care whether its props changed or not. It will always re-render when its parent renders.
Read more »With the Microsoft Graph Toolkit, you’ll be able to connect your app to Microsoft 365 in a matter of minutes. Here is how you’d do it.
Read more »The year is 2021, folks, and the world is getting smarter with smartphones. This calls for more and more apps for your target audience to…
Read more »Are you doing a React or Next.js application and do you want to implement Google Firebase authentication? This article is totally for you. I will show you how to manage authentication (in my case with Github, but is pretty the same with other methods…
Read more »Learn how to implement and set up Email Authentication using React Native Firebase Auth + React Navigation with easy steps and code from this blog post.
Read more »I was fortunate enough to start my front end career by actually using bare bones JS and CSS while we were trained 3/6 months. Others are not so lucky, they have to jump in on frameworks directly. In this post, I give a gentle introduction of React’s state…
Read more »🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications. – alan2207/bulletproof-react…
Read more »When I started writing React apps, structuring my application’s state was a constant struggle. But then I learned how to split that state into five types.
Read more »Automated testing is an important part of software non-functional requirements. Manual tests always are expensive than automated testing…
Read more »