ant-design / cssinjs

https://ant-design.github.io/cssinjs
MIT License
236 stars 59 forks source link

add extractStyleNode function to extract style as ReactNode. #100

Open tonny008 opened 1 year ago

tonny008 commented 1 year ago

这样使得 SSR 更容易在 React 中直接渲染。例如在 nextjs 中:

  useServerInsertedHTML(() => extractStyleNode(cache));