Sam Richard
Sam Richard
.env files exist to supply a non-default value in a given deployment. If the default value just swallows them, what's the point? (edit: I really like the tool that's been...
This will cause the store merge to patch an existing record using ramda's `mergeDeepRight` This addresses #34. Add tests to 'success.test.ts' and 'reducersFor.test.ts' for both list and map (I think...
With React, there are several frameworks that expose a `Box` component. This component serves to do simple style resets and such, as well as supplement a `div` that can access...
It seems like there's an ongoing discussion on this so this issue might be redundant in the scope of things. I guess the reason for the verbose naming is to...
I get an error about some of the detailed element props that are mixed in by types: edit: sigh, clipboard managers...
_While looking for a way to fix #24, I wondered off, so I'm open to as big of suggestions as anyone wants to give._ Currently, external stores and Providers are...
It looks like the actions in a store get bound to the Provider when it renders. This means if you unmount a provider and later provide the same store, the...