Shane Duan

Results 6 comments of Shane Duan

I needed the same thing, so I took the liberty of creating my own SqliteDatabase class (it might exist, but couldn't find anything). Thought someone might find it useful. https://gist.github.com/xsduan/09fb145da3da3a78f5ca844b155f27aa...

One idea is to use OpenUPM's Nuget proxy, which was added a while back: https://openupm.com/nuget/#using-uplinked-unitynuget This ~~could also~~ would need to apply to YarnSpinner itself but I assume it's already...

I have had thoughts on building a Rust version as well (just due to personal curiosity of wanting to justify learning Rust, not really out of need) if you're willing...

Right, so I spent the last 2 evenings making a small prototype (still yet to be finished), and a lot of that was just looking through the design of the...

Not exactly the same as the second one but similar, something like [this hook](https://github.com/reactjs/rfcs/blob/d85e257502a43c08d17e8ab58efa0880f7f007a5/text/0000-useevent.md#internal-implementation). I think that describes like 90% of the times I use this pattern. I'm aware that...

I do wonder if it's a bit of a premature optimization in this case. Because a closure might be a few bytes of memory every render but the additional code...