Skip to main content
-1 votes
1 answer
24 views

I am trying to create a custom boilerplate, For the routing part i am planning to use react-router. So for that I am confused whether I want to use declarative mode or data mode. Please suggest which ...
A K M Fahim Kabir's user avatar
2 votes
1 answer
38 views

The newer Show component now has a when prop, but no longer has the above or below props. I'm trying to follow along with an exercise to use the Show component to display a grid item only on certain ...
IntoTheBlue's user avatar
-3 votes
1 answer
49 views

In React, if I have an array of data like [A, B, C], why not store it inside a wrapper object like { array: [A, B, C] }? then we can mutate the array directly (e.g., using .push()) and then create a ...
Super's user avatar
  • 69
1 vote
1 answer
50 views

Why is this code not rendering the piechart proportionally? E.g. if the values are 2:4, it shows 2 as a thin line and the rest for the 4. "use client"; function polarToCartesian(cx: number, ...
Ali's user avatar
  • 47
-5 votes
0 answers
56 views

I’m reviewing a project that currently uses React <19, and I’m trying to understand whether upgrading is required from a security perspective, not just new features. I’m specifically looking for ...
Anil's user avatar
  • 1