Skip to content
View Zelzazor's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Zelzazor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. delayed delayed Public

    This is a JS web framework inspired by express

    JavaScript 2

  2. chirp chirp Public

    TypeScript

  3. dhondt-react dhondt-react Public

    TypeScript

  4. basic reducer basic reducer
    1
    import { useReducer } from 'react';
    2
    import { initialState, baseReducer } from './baseReducer';
    3
    
                  
    4
    export const Component = () => {
    5
      const [state, dispatch] = useReducer(baseReducer, initialState);
  5. gue-email gue-email Public

    Vue

  6. pokeapi-redux-demo pokeapi-redux-demo Public

    TypeScript