Артем Головко

Results 2 issues of Артем Головко

`useEffectAfterMount` does not in React 18's strict mode in development environment, because react first mounts component, which sets `isMounted.current` to `true`, then unmounts component and mounts again. The problem is...

### Describe what you want For almost all of my project I used MySQL database and autoincrement ids. After executing an insert statement, I expect to get an id of...

enhancement