Redux maintainer. Jack-Of-All-Trades code monkey. Collector of interesting links. Answerer of questions. Nerd, geek, gamer.
Sponsors
Block or Report
Block or report markerikson
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
reduxjs/redux-toolkit Public
The official, opinionated, batteries-included toolset for efficient Redux development
-
-
-
react-redux-links Public
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
-
redux-ecosystem-links Public
A categorized list of Redux-related addons, libraries, and utilities
-
1
// See https://blog.isquaredsoftware.com/presentations/react-redux-ts-intro-2020-12/#/36 for slides2// My basic render function structure:3function RenderLogicExample({
4someBoolean, // 1) Destructure values from `props` object
5someList,
1,539 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2022
Created 9 commits in 2 repositories
Created a pull request in replayio/devtools that received 4 comments
Re-enable new console as default again
Re-enables the new console as default now that we've landed several fixes. Putting this up now so it's here when we're ready to turn this back on. S…
+1
−11
•
4
comments
Opened 6 other pull requests in 2 repositories
replayio/devtools
5
merged
reduxjs/redux
1
merged
Reviewed 15 pull requests in 3 repositories
replayio/devtools
13 pull requests
- Don't re-request messages after a failed request
- Fix bad focus range serialization in PointsCache that was causing bad analysis results
- Show SourcemapToggle and SourcemapVisualizerLink for the current position in a source (FE-444)
- Log error messages to the dev console
- Removed grid-column style from generic ErrorBoundary styles
- Use the correct pause in the new Scopes panel (FE-699)
- Stop using the astLocation
- Turn query cache off by default
- Don't throw on Analysis errors (FE-690)
- Rewrite box model highlighting logic as a simpler React component
- Ignore mysterious CodeMirror exception (FE-693)
- New Console displays prefer locations as message sources
- PointsCache better handles too-many-points cases
elastic/kibana
1 pull request
reduxjs/react-redux
1 pull request
Created an issue in reduxjs/redux-toolkit that received 2 comments
Try moving RTKQ subscription state handling from a reducer into the middleware
Currently, the biggest factor impacting RTKQ perf is that we dispatch some action for every hook that mounts, in order to track subscription state. I…
2
comments
Opened 2 other issues in 2 repositories
reduxjs/redux-toolkit
1
open
reduxjs/reselect
1
open
Started 1 discussion in 1 repository
reduxjs/redux-toolkit
reduxjs/redux-toolkit