toss / suspensive

Manage asynchronous operations, timing, error handling, detecting intersection of elements, and caching easily and declaratively (One of TanStack Query community resources)
https://suspensive.org
MIT License
481 stars 46 forks source link

[Feature]: Remove experimental tag for all interfaces of @suspensive/jotai #1165

Closed manudeli closed 4 weeks ago

manudeli commented 1 month ago

Package Scope

@suspensive/jotai

Description

Remove experimental tag for all interfaces of @suspensive/jotai

Possible Solution

No response

etc.

No response

manudeli commented 1 month ago

@gwansikk comment why we can remove experimental tags for @suspensive/jotai

gwansikk commented 1 month ago

Currently, the interfaces provided by @suspensive/jotai support most of the functionalities of jotai.

Despite this, the reason for keeping it as @experimental is that we have not yet found clear use cases for it. Additionally, it is not structured identically to Jotai’s Type(Interface Type). Please give me a little more time; I want to ensure it works perfectly and find more use cases where it can be used in a more “suspensive” way.

gwansikk commented 1 month ago

I am currently investigating various use cases, and I will work diligently to ensure it can be released as 1.0.0 as soon as possible..!

manudeli commented 1 month ago

Cool!