lamhungypl

Results 5 comments of lamhungypl

why don't you use `Promise.all` ```javascript const getUser = url=>axios.get(url) const results = await Promise.all(links.map(link=>getUser(link))) ```

@wmertens I've looked through the project, this maybe is a readable and run-able version of compiled FB source code. I'd be nice in studying and inspiration but be careful to...

React does nothing here. If you're using the integrated terminal inside VSCode or Webstorm, they should keep it running by default or find the config on their homepage. If you're...

have you guys noticed that hiding the controls makes functions not work - no cursor to resize, scaling

Maybe validate the snapped position (x,y) after rotation will resolve this problem