Redux maintainer. Jack-Of-All-Trades code monkey. Collector of interesting links. Answerer of questions. Nerd, geek, gamer.
Highlights
- 29 discussions answered
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,157 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 22 commits in 3 repositories
Created a pull request in RecordReplay/devtools that received 13 comments
The Great Thunk Migration of 2022
Removes a dead test-head.js file
Replaces uses of toolbox as an object arg with window.gToolbox
Replaces uses of parser as an object arg with dire…
+485
−722
•
13
comments
Opened 9 other pull requests in 2 repositories
RecordReplay/devtools
1
open
7
merged
- Fix persistence of webconsole prefs
- Fix broken filtering of console messages
- Migrate webconsole/*/filters.js to RTK+TS
- Fix timestampsVisible default and remove unused store setup code
- Remove the video DOM node ref from the Redux store
- Sanitize ValueFront objects from Redux DevTools serialization
- Clean up webconsole UI logic and remove dead code
- Set up Redux DevTools Extension and migrate quick-open code to TS
reduxjs/redux-toolkit
1
merged
Reviewed 14 pull requests in 3 repositories
RecordReplay/devtools
12 pull requests
- GraphQL types codegen
- Yank the user to the sources when in single column mode
- The Great Thunk Migration of 2022
- Make sure there are no nested buttons in the toolbox
- Remove unused local prefs
- Clean up the network monitor splitbox layout
- Allow users to add comments to a network request
- Set up Redux DevTools Extension and migrate quick-open code to TS
- Use the Dialog component where possible for consistency
- Fetch all hit counts at the same time
- Move selected network request ID to redux
- Migrate Console app to TS
DefinitelyTyped/DefinitelyTyped
1 pull request
redux-saga/redux-saga
1 pull request
Created an issue in reduxjs/react-redux that received 4 comments
Consider removing DefaultRootState type
React-Redux v8 currently has a DefaultRootState type defined:
react-redux/src/types.ts Lines 13 to 23 in 4d38402
This was copy-pasted di…
4
comments
Opened 8 other issues in 2 repositories
RecordReplay/devtools
4
closed
3
open
- Migrate webconsole filters logic to RTK+TS
- Ongoing Redux logic RTK+TS migration
- "Pause Info" panel does not allow scrolling the entire panel
- next/head stylesheet warning in development
- validateDOMNesting warning in development
- Spike conversion of custom thunk middleware to standard thunks
- Migrate thunks to TS, phase 1
reduxjs/redux-toolkit
1
open
Started 1 discussion in 1 repository
RecordReplay/devtools
RecordReplay/devtools
Answered 2 discussions in 2 repositories
DefinitelyTyped/DefinitelyTyped
DefinitelyTyped/DefinitelyTyped
reduxjs/redux
reduxjs/redux