Mark Erikson

Results 148 issues of Mark Erikson

Add pages covering purpose, capabilities, tradeoffs, and use cases for common data fetching tools. Likely items to cover: - [ ] Plain CSS - [ ] Inline Styles - [...

Add pages covering purpose, capabilities, tradeoffs, and use cases for common state management tools. Initial examples: - https://react-community-tools-practices-cheatsheet.netlify.app/state-management/overview - https://react-community-tools-practices-cheatsheet.netlify.app/state-management/redux Likely items to cover: - [x] Overview - [ ]...

Add pages covering purpose, capabilities, tradeoffs, and use cases for common data fetching tools. Likely items to cover: - [ ] Basic `useEffect` + `fetch`/Axios - [ ] React Query...

Hi. Generally not a fan of the "create a new Redux API without boilerplate by wrapping it in OOP" genre, but this one looks kinda different. The composability and use...

I hadn't looked at Redux-Logic in a while, but was pointed back to it in a Twitter discussion ( https://twitter.com/matbrowndotdev/status/1290612927536467968 ). Glancing at the lib again, one of my biggest...

Looks kind of like https://github.com/jprichardson/redux-watch . Thoughts on similarities or differences? I see that redux-watch allows use of selector functions, while redux-subscribe looks like it's based on string paths.

First off, I want to offer sincere thanks to the maintainers of this library. It's been a huge help to many people, and we used it in Redux Toolkit up...

Hi again. Was just poking around other stuff you've done, and ran across this. Glancing at it, it appears at least vaguely similar to https://github.com/camwest/react-slot-fill . Any thoughts on how...

Looks pretty similar to https://github.com/cassiozen/React-autobind . Any differences?

question

At first glance, this seems like it would be bad for performance on several levels. The constant calls to `.toJS()` are potentially expensive; part of the reason to use Immutable.js...