-
Workday VNDLY
- Cincinnati, OH
- http://www.timkindberg.com
- @kindberg
Pinned Loading
-
egghead-recompose
egghead-recompose PublicMaster Higher Order Components with Functional Patterns Using Recompose
-
egghead-universal-component
egghead-universal-component PublicThe code for "Build a Server Rendered + Code Split App in React with React Universal Component"
-
blackjack-react-redux
blackjack-react-redux PublicSimple Blackjack Card Game build with React & Redux
-
Royal-Family
Royal-Family PublicAn open source table top game that requires only a normal deck of cards
-
react-context-reverse
react-context-reverse PublicNormal React context flows down. Reverse context flows up, from a descendant to a single ancestor.
JavaScript
390 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 repository
-
timkindberg/chakra-ui
TypeScript
This contribution was made on Mar 7
Created a pull request in chakra-ui/chakra-ui that received 3 comments
fix: checkbox / radio perf
Avoid re-rendering when focus visible tracker emits a value. Greatly improves performance on pages with lots of checkboxes and/or radios. Fixes #9771
Created an issue in chakra-ui/chakra-ui that received 1 comment
trackFocusVisible causing performance issues
Description We recently upgraded from Chakra v2.0.2 to 2.10.5. Everything went pretty well but on some pages we noticed big performance issues when…