Skip to content
View johanquiroga's full-sized avatar

Block or report johanquiroga

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 Loading

  1. fastlane ios fastlane ios
    1
    # This file contains the fastlane.tools configuration
    2
    # You can find the documentation at https://docs.fastlane.tools
    3
    #
    4
    # For a list of all available actions, check out
    5
    #
  2. Undo/Redo capability for any reducer... Undo/Redo capability for any reducer using react hook `useReducer`
    1
    import { useReducer } from 'react';
    2
    
                  
    3
    const useUndoReducer = (reducer, initialState) => {
    4
      const undoState = {
    5
        past: [],
  3. fastlane android fastlane android
    1
    # This file contains the fastlane.tools configuration
    2
    # You can find the documentation at https://docs.fastlane.tools
    3
    #
    4
    # For a list of all available actions, check out
    5
    #
  4. advanced-react-patterns advanced-react-patterns Public

    Repo with the code material for the advanced-react-patterns course on frontendmasters (https://frontendmasters.com/courses/advanced-react-patterns/)

    JavaScript 1

  5. sick-fits sick-fits Public

    JavaScript 1

  6. todo-items-ui todo-items-ui Public

    Todo Items - Cliente web para la administración de tareas

    JavaScript