Wei J. Zheng

Results 3 comments of Wei J. Zheng

React.memo prevents rerendering of the component. If the component did not render then the message will not appear. Can you send some code examples, maybe we can come up with...

Here is a more advance custom hook to force rerender the component. This hook will not recreate a SimpleReactValidator instance in each rerender, tiny performance boost~ ``` //useSimpleReactValidator.js export default...

> > @sachin8094 Did you try to validate your input in the onBlur event? It works for me. > > > > > > ```js > > > const [address,...