Nathaniel Tucker

Results 66 comments of Nathaniel Tucker

@andreas-soroko is it important to keep other entities from state, or just do the same processing to get the classes?

Released in [Rest Hooks 6.5](https://resthooks.io/blog/2022/11/09/Query-getState-SSR-partial-hydration) @andreas-soroko @rtorrente

Confirmed fixed in 6.5.0-beta.1. Will be releasing full version within next week.

Released in [6.5](https://resthooks.io/blog/2022/11/09/Query-getState-SSR-partial-hydration) @rtorrente

The latest version of NextJS supports React suspense, thus a [guide for SSR](https://dataclient.io/docs/guides/ssr) has been added. It includes NextJS as well as React 18 usage with express.

> Hi Folks, > > Cross-referencing my answer on a related issue here: https://github.com/lerna/lerna/issues/1649#issuecomment-1471680715 > > PS @softmarshmallow if you are still having issues please kindly open a new issue...

> @ntucker Your comment on this thread is not related to the OP, and it is appropriate to close this one as the description of the issue is fully addressed....

> @csvan take a look at the `node/file-extension-in-import` rule, it can autofix: > > https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/file-extension-in-import.md > > ```json > { > "node/file-extension-in-import": ["error", "always"] > } > ``` This is...

@jpdriver What's the downside in allowing users to customize the sucrase config themselves? Then you won't get any breaking changes. I've never had problem using typescript itself to transform code...

Thanks @carloskelly13 ! This is a huge win; though I'd still love to customize more of sucrase if possible.