Redux maintainer. Jack-Of-All-Trades code monkey. Collector of interesting links. Answerer of questions. Nerd, geek, gamer.
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,678 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2023
Created 2 commits in 2 repositories
Created a pull request in replayio/devtools that received 7 comments
Use hasAnnotationKind to check for individual annotation types faster
This PR:
Bumps the protocol package
Adds hasAnnotationKind() to ReplayClient
Swaps the annotation kinds cache to use that instead, so that we don'…
+48
−42
•
7
comments