Redux maintainer. Jack-Of-All-Trades code monkey. Collector of interesting links. Answerer of questions. Nerd, geek, gamer.
Highlights
- 34 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,289 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 98 commits in 7 repositories
Created a pull request in reduxjs/redux that received 14 comments
Fix style guide page URL
The Style Guide page is supposed to be at /style-guide/style-guide , but that seems to have changed to just /style-guide/ as of the recent Docusaur…
+8
−1
•
14
comments
Opened 25 other pull requests in 3 repositories
RecordReplay/devtools
16
merged
- Migrate remaining selectors to TS
- Migrate all remaining existing reducers to TS
- Migrate another batch of reducers to TS
- Make "Quick Open" modal accessible from "Viewer" mode panel
- Refactor "global keyboard shortcuts" setup
-
Migrate
pausereducer to TS - Restore validateNavigateContext dummy function for now
-
Fix missing null check in
asSettled - Migrate source actions to TS
-
Convert
actions/newSourcesto TS -
Convert
source-actorsreducer to TS, second attempt -
Revert "Convert
source-actorsreducer to TS" -
Convert
source-actorsreducer to TS - Remove dead "NAVIGATE" and "BATCH" reducer cases
- Convert sources reducer to TS
- Convert "resources" abstraction logic to TS
reduxjs/react-redux
6
merged
Reviewed 37 pull requests in 4 repositories
RecordReplay/devtools
25 pull requests
- Show images in the Network Monitor
- Don't merge ranges with no overlap
- Only block the 10k hits error prompt if it's the right error (TooManyPoints)
- Message to the user when the backend throws an error while fetching exceptions
- Address pre-existing 'react-hooks/exhaustive-deps' rule violations.
- Add CMD+F (search) to Console
- Remove console ComponentMap
- Add our Review Process to our docs
- Fix removing breakpoints/logpoints from the sidepanel
- Fix comment badge behavior
- Migrate remaining selectors to TS
- Don't navigate the timeline while the user is dragging the zoom handlebars
- Migrate another batch of reducers to TS
- Make warnings and info hidden by default in the console
- Remove source-queue (#5384)
- Use the heatmap hit counts in the breakpoint panel's status's denominator
- Memoize pending comments to prevent unmounts/remounts "flicker"
- Save console filters on a per-replay session basis
- Fix semgrep
- Refactor "global keyboard shortcuts" setup
- Apply the accordion package to the Pause Info panel
- Add loading tooltip while React DevTools picker initializes
- Have different error messaging for when analysis points are missing because there's over 10k
- React DevTools skips protocol version check
- Fix React DevTool left/right arrow toggle keys
- Some pull request reviews not shown.
reduxjs/redux-toolkit
2 pull requests
markerikson/react-community-tools-practices-cheatsheet
1 pull request
DefinitelyTyped/DefinitelyTyped
1 pull request
Created an issue in reduxjs/redux that received 61 comments
Mark createStore as deprecated
We don't want anyone using the core createStore method directly in their apps today. We want them using configureStore from RTK instead.
We should …
61
comments
Opened 11 other issues in 6 repositories
RecordReplay/devtools
6
open
- Research Redux DevTools packages (global variables and component integration)
- Set up backend dev env to enable testing gecko-dev changes
- Initial research for adding Redux DevTools integration
- Review keyboard shortcut behavior and consider consolidating logic
- Add code coverage tracking for our E2E tests
- Source file tabs behave badly when number of tabs overflows horizontal space
reduxjs/redux-toolkit
1
open
reduxjs/cra-template-redux
1
closed
reduxjs/cra-template-redux-typescript
1
open
reduxjs/react-redux
1
closed
reduxjs/redux-devtools
1
open
Started 5 discussions in 3 repositories
reduxjs/react-redux
reduxjs/react-redux
RecordReplay/devtools
RecordReplay/devtools
Answered 4 discussions in 2 repositories
reduxjs/react-redux
reduxjs/react-redux
reduxjs/redux-toolkit
reduxjs/redux-toolkit

