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,746 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created 37 commits in 4 repositories
Created a pull request in replayio/devtools that received 21 comments
Add popup and hover tooltips to warn if we can't jump to code
We're agreed that the right solution long-term is to precalculate "does this event have a valid jumpable location?" in a routine, but until then it…
+246
−17
•
21
comments
Opened 23 other pull requests in 5 repositories
replayio/devtools
2
open
12
merged
1
closed
-
Replace several uses of
Pause.getAllFrameswithgetTopFrame -
Fix display cases where
error.messageis a getter - Fix console freezing when there are too many event filter hits
- Remove unused screenshot logic that led to modal crash in library
- Remove unused screenshot logic that led to modal crash in library
- WIP Use Babel synchronously to debug symbol parsing
- Fix dev warnings in ProtocolViewer
- Revamp "Protocol Viewer" to always enable for devs and show messages from recordings of Replay
- Implement "view React component source"
- Modernize sources tree context menu
- Rewrite frames context menus to add focus-related menu items
- Restructure Source Viewer to not block on hit counts or breakable positions
- Refactor sidebar button logic and fix collapsed persistence
- Clean up event listeners logic
- Convert large analysis/evaluation strings of JS into real TS functions
reduxjs/redux
4
merged
reduxjs/redux-toolkit
1
closed
1
merged
facebook/react
1
merged
replayio/react
1
open
Reviewed 20 pull requests in 2 repositories
replayio/devtools
19 pull requests
- Add popup and hover tooltips to warn if we can't jump to code
- Refactored createGenericCache to remove required length param
- Initialize focus region from URL parameters (FE-1268)
- Add generic range cache (FE-1231)
-
Fix display cases where
error.messageis a getter - Show failed event analysis as inline error
- Defer loading Pause and Frame info for print statement and console inputs
- Print statement v3
- Ensure we fetch breakpoint positions before running an analysis (FE-1252)
- Expand the side panel when adding comments (FE-1185)
- Sort by point instead of time (FE-1229)
- Rewrite frames context menus to add focus-related menu items
- Fix searching for the first meaningful paint (FE-1207)
- Change enable flag to disable flag
- Refactor sidebar button logic and fix collapsed persistence
- Remember state of Expandables in the Scopes panel (FE-939)
- add websocket url
- Fixed a few Playwright tests to be less flaky
- Remove source contents loading from Redux and fix breakpoint text
facebook/react
1 pull request
Created an issue in replayio/devtools that received 8 comments
Migrate remaining uses of React-Redux connect to function components
Filed internally as FE-1222 , but copying this publicly since there's some external interest in contributing.
We currently have roughly 50 uses of c…
8
comments
Opened 5 other issues in 3 repositories
reduxjs/redux
2
open
reduxjs/redux-toolkit
2
open
reduxjs/redux-devtools
1
open
Started 2 discussions in 1 repository
reduxjs/redux-toolkit
reduxjs/redux-toolkit
-
v2.0.0-alpha.2
This contribution was made on Feb 15
-
RTKQ "infinite query" potential use cases and concerns
This contribution was made on Feb 14

