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,646 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2022
Created 19 commits in 2 repositories
Created a pull request in reduxjs/redux-toolkit that received 6 comments
Add codemods-cli and rewrite "object reducer" codemods
Ref:
#2301
#2592
This PR:
Adds codemods-cli as a dep
Does a bunch of automated and manual deduping of our dependencies, because we had a whole …
+1,450
−1,935
•
6
comments
Opened 24 other pull requests in 2 repositories
replayio/devtools
16
merged
2
open
1
closed
- Revert swcminify flag to see if that fixes our sourcemaps
- Try using deep equality checks on breakpoints to avoid flashing
- Rework selected location checks to fix accidental scrolls to top
-
[DRAFT] Implement import sorting via
import-sortand Prettier - Clean up dead store sanitization logic
- Use Line->Column maps of breakable positions for faster lookups
- Update react-devtools-inline to 4.18.0 to fix node_modules size
- Update all E2E tests to include test filename in description
- Sort sourcemap visualizer filenames and improve select display
-
Revert "**REALLY KILL
NodeFront,ValueFront, and deadThreadFront/Pauselogic!!!!**" -
**REALLY KILL
NodeFront,ValueFront, and deadThreadFront/Pauselogic!!!!** -
Remove mouse targets from
Thread/Pause - Remove old E2E test YML file and cache Yarn installs
- Fill out E2E test README
- Shard Playwright tests and use multiple workers
- Fixed stacking test
- Re-add the lost node tests and visible lines fix
- Test cleanup
- Port remaining node tests
Reviewed 31 pull requests in 3 repositories
replayio/devtools
25 pull requests
- Try using deep equality checks on breakpoints to avoid flashing
- Rework selected location checks to fix accidental scrolls to top
- Prevent caching auth header
- Update comments createLabel() thunk to more robustly handle source URLs
- Add suspense wrapper around new console (FE-848)
- Remove frames from the network redux slice (FE-844)
- Fix display of generated scopes (FE-794)
- Separate flags for disabling cache and profiling
- earthly: create a devtools dev server image, run arch demo tests against it
- Reload the app when returning from auth with a target URL
- Frames cleanup
- Expose auth config environment variables to client
- Use Line->Column maps of breakable positions for faster lookups
- New Source viewer built with CM's "Lezer" parser
- Refactor breakpoint/logpoint architecture
- Improve CMD+F functionality within the Console
- Refactor breakpoint/log point architecture
- Re-wrote Popover component to better handle resizing popup content
- Sort sourcemap visualizer filenames and improve select display
- Add a way to edit and delete Loom comments
- Fix Console errors
- Don't set breakpoints on lines with no breakpoints
- Add some more unstable source ID logic
-
Remove mouse targets from
Thread/Pause -
Rewrite markup/selection logic to remove remaining
NodeFrontusages - Some pull request reviews not shown.
reduxjs/redux-toolkit
3 pull requests
reduxjs/react-redux
1 pull request
Created an issue in reduxjs/redux-toolkit that received 1 comment
Codemods may alter punctuation
Running the codemods on some actual repos is turning up some cases where it's adding semicolons or similar. Shouldn't do that.
1
comment
Opened 3 other issues in 2 repositories
reduxjs/redux-toolkit
2
closed
rwjblue/codemod-cli
1
open
Started 1 discussion in 1 repository
reduxjs/redux-toolkit
reduxjs/redux-toolkit
-
v1.9.0-beta.0
This contribution was made on Oct 19
Answered 2 discussions in 1 repository
reduxjs/redux-toolkit
reduxjs/redux-toolkit
-
Typescript for Adding Listeners Inside Components
This contribution was made on Oct 19
-
Mutations without sending data to the server?
This contribution was made on Oct 18