Skip to content
View thebinaryfelix's full-sized avatar
⚛️
Reacting
⚛️
Reacting
Block or Report

Block or report thebinaryfelix

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

Mateus Felix ⛩

Linkedin Badge Instagram Badge Gmail Badge Medium Badge Github Badge

Welcome to my coding temple!

My name is Mateus and I'm a front-end web developer.

  • 🧩 Typescript is my primary coding language
  • ⚛️ Working with React and Next.js

Pinned

  1. me me Public

    🧙‍♂️ My personal website

    TypeScript 1

  2. Component for composing providers in... Component for composing providers in React v18 with Typescript
    1
    export interface IProviderComposerProps extends React.PropsWithChildren {
    2
      /**
    3
       *  Providers list
    4
       * */
    5
      with: React.FC<React.PropsWithChildren>[]