Sponsors
Block or Report
Block or report markerikson
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
reduxjs/redux-toolkit
reduxjs/redux-toolkit PublicThe official, opinionated, batteries-included toolset for efficient Redux development
-
reduxjs/redux
reduxjs/redux PublicPredictable state container for JavaScript apps
-
reduxjs/react-redux
reduxjs/react-redux PublicOfficial React bindings for Redux
-
react-redux-links
react-redux-links PublicCurated tutorial and resource links I've collected on React, Redux, ES6, and more
-
redux-ecosystem-links
redux-ecosystem-links PublicA categorized list of Redux-related addons, libraries, and utilities
-
React render function organization
React render function organization 1// See https://blog.isquaredsoftware.com/presentations/react-redux-ts-intro-2020-12/#/36 for slides
2// My basic render function structure:
3function RenderLogicExample({
4someBoolean, // 1) Destructure values from `props` object
5someList,
1,754 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
December 2023
Created 87 commits in 8 repositories
Created a pull request in js-org/js.org that received 6 comments
reselect.js.org
There is reasonable content on the page (see: No Content) I have read and accepted the Terms and Conditions Adding a new docs site for the Rese…
Opened 18 other pull requests in 6 repositories
reduxjs/redux-toolkit
7
merged
1
closed
-
Copy "Migrating to Modern Redux" and "RTK is Redux" docs from core site
This contribution was made on Dec 6
-
Hotfix dep updates
This contribution was made on Dec 4
-
Final deps update
This contribution was made on Dec 4
-
Final migration docs tweaks
This contribution was made on Dec 4
-
Fill out migration guide with Reselect and React-Redux
This contribution was made on Dec 3
-
Try switching EntityState back to default ID types
This contribution was made on Dec 2
-
Update all CI examples to rc.3
This contribution was made on Dec 2
-
Bump Reselect to pick up
lruMemoize
renameThis contribution was made on Dec 2
reduxjs/react-redux
5
merged
-
Drop
@types/react-dom
and lower@types/react
to min neededThis contribution was made on Dec 10 -
Drop renderer-specific batching behavior and deprecate
batch
This contribution was made on Dec 8 -
Add an RN-specific bundle and consolidate imports
This contribution was made on Dec 4
-
v9.0 integration branch
This contribution was made on Dec 4
-
Use scoped JSX for React types
This contribution was made on Dec 3
reduxjs/reselect
2
merged
-
Fix WeakRef check
This contribution was made on Dec 4
-
Set up docs Netlify integration
This contribution was made on Dec 2
reduxjs/redux-thunk
1
merged
-
Drop the extend-redux addition
This contribution was made on Dec 4
reduxjs/redux
1
merged
-
Update migration page for 5.0
This contribution was made on Dec 4
replayio/devtools
1
open
-
Implement Playwright test step DOM node support
This contribution was made on Dec 1
Reviewed 8 pull requests in 2 repositories
replayio/devtools
6 pull requests
-
Always highlight the hovered test step's node
This contribution was made on Dec 6
-
ReferenceErrors rendering
This contribution was made on Dec 6
-
Implement Playwright test step DOM node support
This contribution was made on Dec 5
-
Show React owner info in Elements panel
This contribution was made on Dec 1
-
Make Elements panels collapsible
This contribution was made on Dec 1
-
Show "recording too long" warnings in the React and Redux panels
This contribution was made on Dec 1
DefinitelyTyped/DefinitelyTyped
2 pull requests
-
[react-redux] Stop testing react-dom
This contribution was made on Dec 9
-
[react-redux] Replace usage of React's global JSX namespace with scoped JSX
This contribution was made on Dec 3
Created an issue in reduxjs/react-redux that received 1 comment
Check why we no longer bail out of subscription checks when store.getState()
hasn't changed
In v7, we definitely bailed out of useSelector
if the store state hadn't changed:
react-redux/src/hooks/useSelector.js Lines 67 to 71 in 49f7680
Opened 1 other issue in 1 repository
reduxjs/redux-toolkit
1
open
-
Update Redux templates
This contribution was made on Dec 4
Started 5 discussions in 5 repositories
reduxjs/redux-toolkit
-
v2.0.0
This contribution was made on Dec 4
reduxjs/react-redux
-
v9.0.0
This contribution was made on Dec 4
reduxjs/redux
-
v5.0.0
This contribution was made on Dec 4
reduxjs/reselect
-
v5.0.0
This contribution was made on Dec 4
reduxjs/redux-thunk
-
v3.0.0
This contribution was made on Dec 4
Answered 1 discussion in 1 repository
reduxjs/redux-toolkit
-
Does redux "unload" the state data from memory that it is not actively using?
This contribution was made on Dec 10