Building a full page calendar with ReactWe recently built a full-page calendar widget using React and thought we'd share a solid starting point that you can copy into your project and adapt as necessary.
Continuously Deploying a Chrome Extension 🚚In this tutorial, I’ll walk through the steps required to automatically upload a built chrome extension to the web store using the Chrome Web Store API [https://developer.chrome.com/webstore/api_index]. At the end of the tutorial I’ll provide a bash script that you can plug into your CD tool of choice 🙂 Note: There’s already a pretty good tutorial for doing this available over on the CircleCI blog [https://circleci.com/blog/continuously-deploy-a-chrome-extension/]! Also helpful is Google’s art