Maxime Mangel

Results 1077 comments of Maxime Mangel

> @MangelMaxime where did you see that `import React` is necessary? I it based on reading the code of react-refresh, and also by experimenting. I did the experimentation by manually...

@alfonsogarciacaro Do you think it would be possible to use [use-sync-external-store](https://www.npmjs.com/package/use-sync-external-store) NPM package? This package allow to have `use-sync-external-store` working for **any** version of react. The drawback is that users...

@alfonsogarciacaro I am not sure what `Fable.React.UseElmish` is? Is it a fork/port of the code from you PR ? Or is it something else? Using the new JSX transform make...

> This is because, at least for JS, fable-library has been quite stable for several months so with some care it should be possible to avoid breaking changes. @alfonsogarciacaro Wasn't...

I didn't run the project but I think the explanations are correct. If I remember correctly how `--runFast` works, the first time that the user will run `npm run watch`...

*Not related to the PR content* @alfonsogarciacaro > But Github doesn't let me send a PR to your fork (or I'm doing something wrong) So I am not the only...

I will for sure report them, right now I can't seems to find them. But I think indeed there are others places. Because, I against fight against Rider which is...

There is also this situation: https://user-images.githubusercontent.com/4760796/197207435-ca29a181-f56f-4cf5-a76d-9528a9be6c48.mp4 In theory, the cursor does indent correctly but the problem is I have to un-indent the `)`. I am not certain what behaviour we...

> Do you always place the closing paren this way? Even in pipes? When writing the code manually, yes I always place the closing paren this way. ```fs a |>...

> While It would be possible to have the library do nothing, I like that it is more specific about disallowing an invalid input. I understand you view. I didn't...