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 30 Mar 2021 08:30
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 30 Mar 2021 04:08
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 19 Mar 2021 02:10
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 31 Oct 2020 13:32
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 31 Oct 2020 05:15