0 votes
in ReactJS by
How can you re-render a component without using setState() function?

1 Answer

0 votes
by
You can use forceUpdate() function for re-rending any component.

Related questions

+1 vote
asked Jun 24, 2021 in Redux by SakshiSharma
+1 vote
asked Mar 2, 2020 in ReactJS by RShastri
...