Code Monkey home page Code Monkey logo

boring-table's Introduction

Olá 👋

Me chamo Raul Pereira, tenho 28 anos, moro em Mauá-SP.

Sou formado em Produção Multimídia - Web Design, Audiovisual & Design Digital pela Faculdade Impacta Tecnologia e em alguns cursos fornecidos pela plataforma de cursos online Alura.

Tranquei a faculdade de Análise e Desenvolvimento de Sistemas na Faculdade de Tecnologia Antonio Russo (FATEC) e Atualmente sou Software Engineer III na XP Investimentos.

 

✨ Curiosidades

  • Gosto de jogar FPS quando sobra tempo
  • Fã de Harry Potter / MCU e Interestelar
  • Entusiasta em tecnologia e curioso desde que me entendo como gente!

 

📚 Skills

               

 

📫 Contatos

Twitter Badge Linkedin Badge

 

⚙️ settings:

My personal settings

visitor badge

boring-table's People

Contributors

dependabot[bot] avatar fehsouza avatar raulpesilva avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

fehsouza

boring-table's Issues

Direct export of the useTable return type

Direct export of the useTable return type, so that it is possible to import the type directly, instead of having to compose this type

This will eliminate the need for typing compositions, such as the one below:

type TableOptions = typeof tableOptions;

export type Table = BoringTable<
  TableOptions["data"],
  Exclude<TableOptions["plugins"], undefined>,
  TableOptions["columns"]
>;

const table: Table = useTable(options);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.