Leo

Results 32 comments of Leo

Awesome! That sounds like a great plan! So the step by step would be simple cloning the repo, improving `react-p5` that is stored in `example` and then committing the changes?

Are Next and Gatsby identical in their approach? I know that Next has much broader options when it comes to SSR. Does Next also offer to render at build time?...

Hey hey! I believe that the [NeoVim VS plugin](https://github.com/asvetliakov/vscode-neovim) should be capable of this already: ![image](https://user-images.githubusercontent.com/45669613/110232741-ed7c6b80-7f1f-11eb-8266-073b7109773e.png)

@rgala98 I am looking into event handling atm. This is relevant: [https://github.com/bitworking/react-scrollmagic/issues/2](https://github.com/bitworking/react-scrollmagic/issues/2 ) This means, that you should wrap the child of your scene in a function, that returns the...

@d4h0 a simple window check, e.g: `if (typeof window !== 'undefined') { // do something }`, should suffice to address that if necessary.

I just want to confirm this is also the case if React DevTools and React-Sight are both used while accessing Asana. (Basically to enable people to find this by search...

@davidcsally Could you please state the fact that this is currently unmaintained and that it will break websites that use React in production in some prominent places (like the add-ons...

@justin-chu Wouldn't this also need an increase in repetitions of the elements? F.e. three times the containing elements instead of two. Because otherwise the second repetition will only be added...

@curavcy Are you sure you have created an issue in the correct repo?