Jonghyeon Ko
Jonghyeon Ko
I added this as v2 minor feature
@minsoo-web, you are right. I thought it like you too. (naming like @suspensive/react-devtools also good for me) [If we have to use portal, we must use react-dom](https://react.dev/reference/react-dom/createPortal). so I think...
Because nx support [configuring project in each package's package.json](https://nx.dev/reference/project-configuration#dependent-tasks-output). It make us feel easy to manage each project's dependencies to other projects turbo don't support it yet. Actually, this issue...
https://github.com/vercel/turbo/issues/986 There is no watch mode in turborepo but nx support it. https://nx.dev/nx-api/nx/documents/watch https://github.com/TanStack/query/blob/main/package.json#L26C8-L26C8
https://github.com/suspensive/react/issues/551 It's related with this
> Cool, I think It is really cool. > > I think what our official document lacks is how much `suspensive` is appealing. What other comparison libraries are there, and...
No dependency, Test coverage ratio
I think this is good reference AS-IS  TO-BE 
Animated 3D asset for Suspensive logo is needed. with three.js
Main page should contain all scope of Suspensive Manage asynchronous operations, timing, error handling, detecting intersection of elements, and caching easily 1. Asynchronous operations: Suspense 2. Timing: Delay, useTimeout 3....