chrischen
chrischen
> Somewhat related to this, I tried building in the 9.1.1 version of rescript, but seems a module bisect needs to compile has been removed recently. > > ``` >...
> It might be time to accept the fact that Relude has never lined up with the Rescript vision I hope you guys keep supporting ReScript!
https://github.com/reactwg/react-18/discussions/37 So React.lazy and Suspense will just work for SSR and bundle splitting now?
I just looked at the SSR example given and it's not any more "just works" than loadable-components. Still need to wire up the initial chunks (via the new renderToPipeableStream), wire...
> https://github.com/callstack/linaria/blob/master/docs/BASICS.md#object-interpolations it works well with twin.macro > > ### Implementation > ```js > import tw from 'twin.macro' > import { css } from 'linaria' > > const className =...
I use .mjs files but in imports I omit the file extension such as `import foo from "./bar";` and extract-eperimental will give `'Could not resolve "./bar"'` errors.
It's extracting messages from some of the detected pages but for some reason this one it fails. There is no Event.jsx (just an Event.mjs file). It's the same as the...
Yes I agree the problem would arise where we forget to call some loadMessages() of a child component and the best case the translation never shows or worst case it...
That file doesn't exist, and there are no reference to .jsx or .tsx. The other files that extract fine are compiled via the same process. I can send those if...
Hi, I am using the t function call macro instead since Rescript indeed cannot preserve JSX. I do the patch and try again tomorrow at work and report back. I'm...