react-text-loop
react-text-loop copied to clipboard
The content in cannot be changed based on changes in hooks data
The content in cannot be changed based on changes in hooks data,such as
const [numsList, setNumsList] = useState
looks like its ok its content static but its not useful if your content dynamic
Hey @jun747093801 @himadrinath, I'm not completely sure what you mean.
The example you gave is very similar to the "controlled" example in https://codesandbox.io/s/react-text-loop-playground-br4q1?file=/src/App.tsx
Is that what you were looking for? react-text-loop will update the content if any changes to the props happens, as you'd expect from a React component.
If data change then I want to play the effect. Like real time data