学习搭建组件库,制作一个简易版的 antd
地址:https://excalibur-desigin.vercel.app
React + TypeScript + Storybook + 单元测试学习
使用 yarn create react-app my-app template --typescript
创建的项目
安装依赖: yarn
启动项目:yarn sb
创建新组件:yarn new ${your-component-name}
单元测试:yarn jest
https://testing-library.com/docs/react-testing-library/intro
https://www.robinwieruch.de/react-testing-library/
https://www.jianshu.com/p/0104595b0123/
https://handlebarsjs.com/zh/guide/#%E4%BB%80%E4%B9%88%E6%98%AF-handlebars
https://unpkg.com/browse/[email protected]/es/
配置容器化开发