ilionic
ilionic
Also interested in this subject. My wild guess culprit could be url / url-pattern as it's relying on some [slow] regex.
Tried https://github.com/petkaantonov/urlparser Some benchmarks: With node `url`: ``` Both are awesome but micro is 67.92% faster than microrouter • micro request average is 13524 • microrouter request average is 8054...
Also interested. Do I understand correctly code responsible for it is here? https://github.com/kevinsqi/react-piano/blob/5d6c62a068f1b01a663adfb7a4ad2e3dfa932847/src/Piano.js#L49-L52
Based on React SyntheticEvent doc that's not valid event: ``` onClick onContextMenu onDoubleClick onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp ``` https://reactjs.org/docs/events.html#mouse-events...
Will post some findings. Don't have a full picture yet and continue digging but brains already fried :) Found that such behaviour of `onMouseDrag` happens only on components with `ref`,...
> Better would be to push an error into the js environment so that the user can recover with a hot reload. Wasn't able to run Soul example itself with...
@Jerenaux maybe worth removing references to the site, it's currently leading to some scams.
Closing it for now, feel free to follow ink native implementation in https://github.com/rmrk-team/rmrk-ink
WIP https://github.com/rmrk-team/rmrk-substrate/pull/219 Finishing it blocked by https://github.com/rmrk-team/rmrk-substrate/issues/223
@amatsonkali Since it's currently in early stage of development we haven't tested rmrk pallets yet as external dependency. Need to adjust some configs. Are you able to run in its...