Questions tagged [react-18]
153 questions
0
votes
1 answer
React Suspense within a Context
Those days I had to solve a problem for my react app, I have all my data to be displayed in JSONs, those are served by an express API using FS of node in order to read those JSONs and return them depending on the path you're passing in.
The real…

Marc J Cabrer
- 96
- 8
0
votes
2 answers
react useEffect not trigger when deps change in concurrent/suspense mode
clearly line 67 log the count in functional component, in line 69 count is logged in effect, from my understanding count in functional component and effect should be synced forever, However it is not the case
When count change from 3 to 4,…

Guichi
- 2,150
- 1
- 19
- 27
0
votes
0 answers
how to implement fonts with Storybook 6.5 + webpack 5 + react.js 18 in year 2022
i am trying to add custom fonts.
the tech stacks:
webpack 5
storybook 6.5
react.js 18
typescript
docker
year 2022
yarn
mac m1
this is my current implementation:
preview-head.html