7 questions from the last 1 days
-3
votes
0
answers
27
views
React chrome extension and React webapp with outgoing WebRTC stream [closed]
I have chrome extension made with react, and the same webapp on a website.
each app should send and receive stream over webrtc. With chrome extension it works well, it sends and receives. on the ...
1
vote
2
answers
41
views
How to prevent rerender of identical component in child?
I'm trying to make a progress bar that has a transition animation. Think: a multi-page wizard, and when you advance to the next page the progress bar animates to the next step.
When the progress bar ...
-2
votes
0
answers
20
views
Mantine Slider Thumb Stuck and Not Updating [closed]
I'm new to React and I'm having a problem with Mantine.
My Slider is visible and the value updates, but the thumb stays stuck on the left and doesn't move at all.
Here is my code:
<Box
ref={ref}
...
-1
votes
0
answers
32
views
When client opens it from browser history it opens JSON return not a component [closed]
I have problem with all Inertia projects. When the user opens the page from their browser history it opens a JSON not a React page.
How can I prevent this? I have:
"dependencies": {
&...
Best practices
1
vote
4
replies
58
views
Where to manage the state of individual items in a list
So, being used other reactive frameworks I'm now starting to learn and work with React. I'm building a simple exercise and I'm struggling with the way State is managed in React, I'll already have ...
-3
votes
0
answers
28
views
Chrome throws “Failed to connect to MetaMask” even though my React project does NOT use crypto/web3 (Opera works fine) [closed]
enter image description here
I’m building a normal React project (not related to blockchain, crypto, or MetaMask).
However, Chrome gives this uncaught error in the console:
Failed to connect to ...
0
votes
0
answers
42
views
For a large-scale React/Next.js application, when does Redux Toolkit become an anti-pattern compared to using React Query/SWR and useReducer/Context [closed]
With the maturity of server-state libraries like TanStack Query (React Query) and the improvements in React's native state management, I'm re-evaluating the necessity of Redux Toolkit for global ...