Ryan Padget
Ryan Padget
It would be awesome if pramda used namespaced functions (`use function Pramda\map`) instead of static functions (`P::map`). Is this sort of API possible without requiring PHP 5.6+?
I'm trying to use this component to change my app's theme from light to dark. The `fontStyle.color` prop works on first render, but when I change `tintColor` prop (light and...
Looking for help on this, as I can't wrap my head around how to get a proper memoized selector using RTKQ... The selector needs the `gameId` from store state, not...