Most non-trivial Sycamore apps probably involve some kind of data-fetching or async tasks one way or another. Thus it would make sense to enable the suspense feature by default.
The downside is that this adds a few additional dependencies on futures and wasm-bindgen-futures. However since most apps would need this anyways, this is not too big of a problem.
See also #807
Most non-trivial Sycamore apps probably involve some kind of data-fetching or async tasks one way or another. Thus it would make sense to enable the
suspensefeature by default.The downside is that this adds a few additional dependencies on
futuresandwasm-bindgen-futures. However since most apps would need this anyways, this is not too big of a problem.See also #807