Aral Roca Gomez
Aral Roca Gomez
Related with https://github.com/teafuljs/teaful/issues/23
Related with https://github.com/teafuljs/teaful/issues/23
### Discussed in https://github.com/teafuljs/teaful/discussions/56 Originally posted by **jolic** December 3, 2021 It would be nice if this tool could be used with React Native. Is that planed?
**Create hooks** for **calculated store values**: _Example:_ ```js const usePriceWithIva = createSelector( () => useStore.cart.price, (val) => val + (val * 0.21) ); ``` The `val + (val * 0.21)`...
I need an image that should be rendered asap (I'm using SSR with next.js), and currently I'm using the `loadEagerly` prop in this image... However, I found interesting that if...
The progressive hydration strategy doesn't work well with react context, exactly in this scenario: 1. Providing some context value on the top of the app. 2. Consuming a context inside...
**package.json** ```json { "scripts": { "test": "jest ./tests", "test:ts": "jest -c jest.tsc.config.js" }, "jest-runner-tsc": { "tsconfigPath": "./tsconfig.json" } } ``` `jest`: `27.4.7` `jest-runner-tsc`: `1.6.0` **jest.tsc.config.js** ```js module.exports = { runner:...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: linux Arch: x64 Version:...