Hanz Luo
Hanz Luo
Some npm packages might need babel plugins to work properly such as `styled-components`. When doing SSR, it needs a babel plugin to sync client and server classNames. [See more](https://www.styled-components.com/docs/tooling#babel-plugin) However,...
@benjamn I like your work about `server-render` package, and there's something can be improved. When doing SSR, we need login token to get current user. One way to achieve is...
- [x] Update bundling tool from Webpack to Vite - [x] Update Storybook to the latest version and use Vite as well. - [x] Update testing lib from Enzyme to...