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,627 contributions in the last year
Less
More
Activity overview
Contribution activity
November 2022
Created a pull request in replayio/devtools that received 24 comments
Improve display of large strings via truncation
This PR: Attempts to improve display of large strings in the Object Inspector by changing the output based on whether the parent is collapsed or o…
+78
−29
•
24
comments
Opened 20 other pull requests in 4 repositories
replayio/devtools
12
merged
1
closed
- Add tests and some docs for source tree construction logic
- General cleanup and TS migration of tree components and shared logic
- Re-add "editor hovered" analytics event for onboarding
- [DRAFT] Rework recording title input to have better focus / edit behavior
- Disable remaining source editor context menu for consistency
-
Catch errors from
Frame.getFrameSteps - Show app error screen for command messages, and improve messages
- Use standard "something failed" display in <ErrorBoundary>
- Add clipboard-based breakpoint import/export
- Handle "linker version" errors for hit counts
-
Ensure style imports are sorted to the end and
srcis in middle - Ensure source visualizer lines are drawn by using unsorted indices
- Enable tracking telemetry events in new codebase
reduxjs/redux-toolkit
3
merged
reduxjs/reselect
1
open
1
merged
phryneas/rtkq-performance-testbench
2
merged
Reviewed 21 pull requests in 1 repository
replayio/devtools
21 pull requests
- Improve performance (real and perceived) of Console terminal input
- ReplayClient should not make requests in unloaded regions
- Source viewer should not re-request hit counts for lines
- New JS Term component
- getExpressionFromString uses Suspense cache for parsing
- Source viewer: Improve handling for large, edge case files
- Focus region UX improvement
- Log point timeline interaction tweak
- Cache all PauseData (FE-931)
- Highlight the frame scrubber's previewLocation in the new Source viewer (FE-902)
- Handle cypress anotations from chromium
- Fix leaky interval
- Use standard "something failed" display in <ErrorBoundary>
- Improve UX for clicking/dragging timeline during playing
- Add clipboard-based breakpoint import/export
- Remove old frame and scope cache methods
- Handle "linker version" errors for hit counts
- Improve new log point panel type-ahead
- Remove lingering references to @bvaughn
- Cleanup
- Remove get source contents cache
Created an issue in reduxjs/redux-toolkit that received 13 comments
Queries throw away data when skipped
Seems like the changes in #2779 broke some existing behavior: #2865 (comment) #2870 (comment)
13
comments
Opened 3 other issues in 1 repository
Started 1 discussion in 1 repository
reduxjs/redux-toolkit
reduxjs/redux-toolkit
-
v1.9.0
This contribution was made on Nov 4
Answered 5 discussions in 3 repositories
reduxjs/redux-toolkit
reduxjs/redux-toolkit
-
State changes when no reducer perform changes
This contribution was made on Nov 22
-
Update response data of RTKQ without refetch
This contribution was made on Nov 3
-
Current Data vs Data
This contribution was made on Nov 3
reduxjs/redux-devtools
reduxjs/redux-devtools
-
Enabling trace with configureStore?
This contribution was made on Nov 9
reduxjs/react-redux
reduxjs/react-redux
-
Safe to throw in selectors?
This contribution was made on Nov 3