Rico Kahler

Results 56 issues of Rico Kahler

This is a preliminary list of todo list items and ideas I've had. This list is not exhaustive and I'll be adding to this over time. Please feel free to...

`thysultan` has recently dropped stylis 4 which has a bunch of new feature including the ability to get to the AST of the stylis language. This is kind of awesome...

I didn't consider reporting the cache misses in the reporter but I realize that that info is probably useful! This is a todo item for myself but if you'd like...

enhancement

Currently, this lib only supports caching HTTP requests (primarily for the use case of SaaS services like headless CMSes) It's possible to do more than that but that would require...

enhancement

### Description Adds the `--enable-auto-updates` and `unstable_enableAutoUpdates` flags to the CLI build options and config. Additionally this PR: - Adds `importMap` support to `renderDocument` and `sanityBuildEntries` via `node-html-parser` (see tests)...

This issue is to track to two things: - bundle size - how we bundle ## bundle size The bundle size in ReSift is not great, I think it's acceptable...

## Problem One of the issues with the current API of ReSift is that it's ambiguous which [`merge` function](https://resift.org/docs/main-concepts/making-state-consistent#merges) will run when two fetch factories implement a merge from one...

proposal

@pearlzhuzeng had experienced an unexpected result regarding the `LOADING` status when developing the ReSift Rentals demo. The demo is application is structured like Netflix's list of lists of movies. She...

proposal

Hey all, I have a tentative for roadmap for ReSift! This list isn't set in stone and there may be other things added later but this should communicate the prioritizes...

@pearlzhuzeng had a great idea for creating a page that shows a bunch of code examples for ReSift. She suggested we create a page similar to [react-spring's example](https://www.react-spring.io/docs/hooks/examples) page so...