const readMePlease = {
greetings: "stranger 👋",
iAm: "Gerrit Alex",
usually: "building things",
in: "TypeScript, Full Stack",
currently: "neck deep in Next.js",
findMeOn: [{ twitter: "@gerrit_alex" }, { discord: "Chevron#6539" }],
};Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,419 contributions in the last year
Activity overview
Contributed to
ljosberinn/personal-react-boilerplate,
ljosberinn/webdev-support-bot,
ljosberinn/gerritalex.de
and 5 other
repositories
Contribution activity
August 2020
- ljosberinn/explicit-module-boundary-types-bug JavaScript
- ljosberinn/next-css-vars-theming-demo JavaScript
- ljosberinn/spotify-login-chakra TypeScript
Created a pull request in domitriusclark/mdnext that received 5 comments
Refactor/drop getinitialprops
hey there next build - notice First Load JS shared by all:
applied the following changes:
1st commit:
u…
+2,723
−10,960
•
5
comments
Created an issue in chakra-ui/chakra-ui that received 15 comments
[ColorMode] localStorageManager hydration issues
When not explicitly using the cookieStorageManager, localStorageManager is used by default. Maybe this is not the right approach.
Given a Next app,…
15
comments
- [createIcon] extend to allow more scenarios
- [MenuItem] isFocusable prop is undocumented
- [FormControl] react-hook-form warning
- [ColorMode] cookieStorageManager stores theme cookie per path
- [Docs] Add guide for next.config.js optimization
- [Switch] Invalid html - divs within label are not allowed
- [MenuItem] reloads page in form if Menu lacks isLazy prop
- [ChakraProvider] Document the extended props
- [Theme/GlobalStyle API] Any supposedly global style gets scoped to body
- [Radio/RadioGroup] Initial value of undefined on RadioGroup breaks Radio behaviour
- [Icons] Missing peer dependency of @types/react
- [Radio/RadioGroup] Inconsistent behaviour with attribute name
- [Avatar] Extract component
- [CheckboxGroup] Missing name attribute
- [MenuButton] Lost its Button-like appearance