Skip to content
View andrenespolon's full-sized avatar
Block or Report

Block or report andrenespolon

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
andrenespolon/README.md

Hi there 👋

I'm André, frontend developer at Zup Innovation 👨‍💻️.

JavaScript is my main language. I've been creating apps for the last three years. My focus is React and React Native and in the last few years I started fiddling with, Electron and Bash scripts (but also Product Management, Product Growth, UX/UI...).

  • 🔭 I’m currently working on a few personal projects (I hope launch it up asap! 😅️)
  • 🌱 I’m currently learning anything and everything about Javascript, TypeScript, React, React Native, Next, Node, DevOps, Serverless and much more
  • 👯 I’m looking to collaborate on anything cool and fun in the open-source Javascript world
  • 💬 Ask me about anything
  • 📫 Let's talk on LinkedIn
  • ⚡ Fun fact: I can build anything with Lego

Pinned

  1. os-settings os-settings Public

    1

  2. vscode-settings vscode-settings Public

    1

  3. react-frontend-monorepo-ak react-frontend-monorepo-ak Public template

    RFM - React Frontend Monorepo (with Atlaskit UI).

    HTML

  4. next-react-mui-boilerplate next-react-mui-boilerplate Public template

    TypeScript

  5. custom-react-hooks custom-react-hooks Public

    Custom React hooks.

    HTML

  6. Custom react hook usePollingEffect Custom react hook usePollingEffect
    1
    import React from 'react';
    2
    
                  
    3
    export const DEFAULT_POLLING_INTERVAL = 15;
    4
    
                  
    5
    type Options = {