Setup environment for react developmentThis is a quick post to show how to setup environment for react development. The main content is about using React in Visual Studio Code.…Posted on March 30th, 2021
How to build component library with React Typescript & RollupThe main content is how to create an ui library with react typescript + rollup. Features: Storybook for UI development Emotion for write CSS…Posted on March 30th, 2021
How to config reactjs nextjs support IE 11Currently IE 11 has very few users, but due to the requirement of many projects that need support IE 11. I will detail how to step by step…Posted on March 19th, 2021
Auto Build & Deploy Nextjs with Azure Pipelines via SSHIn the previous post, I guided how to deploy nextjs to centos. In this article, I will guide you to automatically build and deploy nextjs to…Posted on October 31st, 2020
How to Deploy Nextjs to CentOS Apache. Apache to Nginx WebserverCurrently there are many automated deploy support services for Nextjs such as Vercel, Netlify, AWS... But vercel cannot deploy if the nextjs…Posted on October 31st, 2020