In this article, I will answer repetitive questions and resolve common misunderstandings about the state manager effector.js
Effector's beginner guide
· 阅读需 12 分钟
In this article, I will answer repetitive questions and resolve common misunderstandings about the state manager effector.js
This article is about how to test effects and stores with api calls
Today I will show you how to create your own i18n solution with effector, typescript and react.
codesandbox https://codesandbox.io/s/react-i18n-with-effector-and-ts-gtet4
Hi!
In this article I will show how to make react component which will work like this
const Button = () => (
<>
<Screen landscape large>
[large wide button]
</Screen>
<Screen portrait small medium>
[compact button]
</Screen>
</>
)