Francesco Sardo

Results 13 issues of Francesco Sardo

First of all, thanks for the library. I've used it extensively over many years and it always worked smoothly. Except for today, where I was surprised to find that the...

I haven't add a selector on the cells because of the custom background. I see that everywhere else the system selector is used so it will feel weird overriding the...

By adhering to shouldComponentUpdate rendering time is consistently cut by X2 X2.5. The trick is not to pass the entire db to the component but to abstract the model via...

As noted in this [benchmark](https://github.com/frankiesardo/icepick/issues/36) `writeValue` slows down Parcelable serialisation. Using the type of the field to emit the appropriate method call should increase the speed of ~ 2X and...

### What do you want and why? Blitz offers a way to secure frontend pages out of the box with ```js Page.authenticate = true ``` Which is very convenient when...

kind/feature-change
status/ready-to-work-on

### Version info **React:** 18.0.0-alpha-6f3fcbd6f-20210730 **Firebase:** 8.8.1 **ReactFire:** 3.0.0-rc.3 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case https://codesandbox.io/s/empty-sky-2flps?file=/src/App.js ### Steps to reproduce Load the page, check the...

### Problem An `enter` interceptor that throws an exception in its `enter` body has its own `error` body executed straight after. The same does not happen for a `leave` interceptor...

primed

A proposed tweak that can make route definition more flexible. If the terse route expansion could be dispatched on the meta value of the vector or map (instead of the...

enhancement

Hi @bhauman Thanks for providing this template, it's really useful to get up to speed with `fighweel-main`. However we find it really hard to extend since the `min` task basically...

Hello @conorhastings Thanks for this library. Unfortunately I discovered it too late as I finished working on my spin on the same topic: https://github.com/frankiesardo/use-reducer-with-effects but I'm glad to see other...