🥑
- New York, NY
Highlights
Pinned Loading
-
zed-industries/zed
zed-industries/zed PublicCode at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
-
poulainpi/oryx-with-custom-qmk
poulainpi/oryx-with-custom-qmk PublicEnhance your Oryx layout with advanced QMK features like Achordion, while retaining the ability to edit it via Oryx, then build it seamlessly with GitHub Actions
-
onChange handler
onChange handler 1const onChange = ({ target }) => {
2const value = target.type === 'checkbox' ? target.checked : target.value
3setState((prev) => ({ ...prev, [target.name]: value }))
4} -
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.