Tylor Steinberger
Tylor Steinberger
The majority of web applications don't take full advantage of Web or Service Worker APIs. I'd like to provide an implementation based on `@typed/effects` and friends
Provide a extendable feature-flag library that is built on `@typed/effects` to allow swapping in and out back-end implementations
A Queue + work abstraction over `@typed/asyncstorage` and `@typed/effects` would be amazing for building cloud-scale applications ❤️
While `@typed/asyncstorage` is a pretty decent abstraction for key-value pairs, it'd be great to provide the ability to do structured searches over data, especially whilst the data is still encrypted.
I really want to push the limits of what a mobile web application is capable of. I want to help power the future of offline-first collaborative applications using cutting edge...
No production-ready libraries are complete without documentation. A full GH pages setup should be investigated and implemented covering the entirety of the API as well as some basic step-by-step guides...
This is a big change. I'm hoping to align with @briancavalier by using `fx-ts` as the basis of `@typed/effects` so we can share improvements we make to how to represent...
I've been using web components at work to build a design language and I've really come to love the reusability of them. I think it'd be a perfect fit to...
At present a `Client` derived from an `API` loses all type-safety in regards to any non-2xx status codes which are returned directly when making use of the `Client`'s methods. The...
Hey there 👋 At first I didn't know this package existed, but I have also begun a prototype of an Effect and Kysely with a slightly different approach to things....