Some webapp deployment providers, like Netlify, automatically generate badges for displaying the deployment status of your project. Others, like Vercel, don't. This article shows how to easily display a badge for your project regardless of your provider.
Material-UI comes with great support for applying a theme to all components of your app. However, if you want to allow your users to toggle between different modes, like dark and light mode, there is no built-in solution for this use case. In this post, we are going to see how this feature can be easily implemented with React context.
In this series of posts, I am going to describe how I implemented the blog you are looking at. This blog is based on the technologies mentioned in the title. This article will be all about getting them to work together smoothly.
Text copyright @2020, Felix Mohr