Bernardo Sunderhus

Results 54 comments of Bernardo Sunderhus

It's by decoupling from the `history` API that the `universal`-router is able to be called `universal` afterall @PaulMaly . Otherwise you wouldn't be able to use it in another non...

@frenzzy I don't see where in the [Design Principles of React.js](https://facebook.github.io/react/contributing/design-principles.html) you're seeing that is a good practice to do that. Thanks for the other example but still, It seems...

Still. Even if ([React Only Updates What's Necessary](https://facebook.github.io/react/docs/rendering-elements.html#react-only-updates-whats-necessary)) it also calls `shouldComponentUpdate` on every re-render cycle, even if the response is equall. In other words, even if React takes care...

My mistake @frenzzy . I couldn't be more wrong when I said that > the new version of React Router has a little bit more elegant approach, where it only...

I'm having the same problem with the Github API ```typescript const NODE_PACKAGE_FRAGMENT = gql` fragment NodePackage on Blob { id text name @client } ` const REPOSITORY_FRAGMENT = gql` fragment...

@adamsamec , should we merge this PR? it's been approved for a while now.

Let's keep this blocked while there's still RFC discussion going on about `slots` https://github.com/microsoft/fluentui/pull/22480

See: https://github.com/microsoft/fluentui/pull/23355