windows 11 in react 💻🌈⚡. Contribute to blueedgetechno/windows11 development by creating an account on GitHub. (more…)
Read more »
It’s become mandatory to use TDD in every new piece of code we write if we want to avoid creating legacy code from the beginning. We have many tools available to create unit tests in javascript and react. In this post we will be using jest and enzyme to c... (more…)
Read more »
Ever wondered how you can build your own system that automatically updates your React app each time you push changes to the repository where your app is hosted? In this article I explain how you can use build a Netlify-like deployment for React apps using... (more…)
Read more »
The React team has published several in-depth posts about React Suspense such as this one. It took me a lot of effort to grok from them what are Suspense’s benefits and how to use it. (more…)
Read more »
Scala is an excellent language for writing GraphQL apps, especially with the awesome Sangria library for writing GraphQL servers by Oleg Ilyenko. Scala is a powerful language, combining object… (more…)
Read more »