Thomas Roch

Results 79 comments of Thomas Roch

They were removed because of VSCode issues: #397

> tsconfig provided was invalid What was invalid in it? > We can also use the typescript way of importing ReactNode `import * as ...`?

Presumably, it would only require a `tsconfig.json` with `esModuleInterop` and `allowSyntheticDefaultImports`. The provided tsconfig.json is only used for definition files, and not compiled source? In which case it is still...

React portals have completely changed the game for me, I now just treat modals like any other component (so they bind to route changes the same way), with portals doing...

There are different ways to configure your routes, it really depends what exact result you want to achieve. Generally for that, you need to use nested routes. For example you...

Hi, `replaceHistoryState` is not meant to replace the router state, just the history state. The use case it was designed for was to be able to update the history state...

Hi @S3B4S, Thanks for volunteering, that's really appreciated. A tutorial would be fantastic to get users to try Refract. > Since the power of Refract lies in the way it...

There should be a live stream link on reactiveconf.com

Hello, we've bumped into that issue very recently, and the new version does not fix it (just tried it). The problem seems to be with duplication of dependencies between workspaces,...

I'm not able to share @apaniel