Sébastien Lorber
Sébastien Lorber
Notes to myself: Interesting suggestions on how to support a no-js version of the mobile drawer using recent CSS features: https://twitter.com/sebastienlorber/status/1582788081668616192 Edit, more recently: https://twitter.com/Una/status/1729236000294174733 No-js search can likely be...
Note to self: The mobile drawer menu doesn't work well without JS When the time comes to refactor it, make sure to also take into consideration the comments from @timveld...
I am particularly interested to know more about React as a cross-platform solution. Who is using which platform/renderer, for how long, and how do platforms "overlap" (ie how many React...
Are we supposed to open PRs at this point or only provide text feedback? Does it also cover React-Native? If so how much? Note: there's a [State of React-Native survey](https://results.stateofreactnative.com/)...
> > What I would like to have is a list of "React Renderers & Platforms" people have used: > > I'm not sure how many people actually use all...
hi Passing phantomJS options has been implemented in https://github.com/fzaninotto/screenshot-as-a-service/pull/67
@homotechsual It has been designed that way on purpose in https://github.com/facebook/docusaurus/pull/4912 I'm not against changing it but is it really an improvement considering the button is already quite useless and...
> The current behaviour feels less discoverable and less intuitive for a user. If a user wants to scroll at the top, he has to scroll up. So, the way...
Maybe before introducing an option, what we could do is to add that option to the theme-common hook first, so that people can apply the customization easily through swizzle? And...
Same issue here for Docusaurus integration. We render Mermaid diagrams on a React app and already handle thrown errors with `` components to display an error message. We don't need...