Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 InfernoJS 作为 React 的替代品。是否可以在没有 inferno-compat 的情况下在 Inferno中使用样式化组件?
Inferno 有类似 React 的 API,但不会尝试 100% 兼容。(与开箱即用的 Preact 相反styled-components)
styled-components
由于styled-components返回 React 组件而不是 Inferno 组件,因此您必须使用inferno-compat.
inferno-compat