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

Block or report matiasfha

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

Hola 👋, soy Matías!

I'm a 🇨🇱 Chilean Remote Software Engineer, Father, Educator, Podcaster and Writer

matiasfha

matiasfha

matiasfha

What else I do?

  • I do gimnastic strength training
  • Play guitar sometimes
  • Read some books

Blogs posts

Podcasts

Connect with me:

matiasfha matiasfha mhernand matiasfha

Languages and Tools:

clojure css3 cypress gatsby git graphql javascript linux nextjs nodejs react reactnative svelte tailwind typescript

If you like my work, Invite me a coffee ❤️

matiasfha



matiasfha

 matiasfha

matiasfha

Pinned

  1. ama ama Public

    Forked from kentcdodds/ama

    Ask me anything!

    1

  2. uses uses Public

    What software and tech I use every day for my work

  3. gatsby-source-buzzsprout-api gatsby-source-buzzsprout-api Public

    Gatsby source plugin to retrieve podcast data from buzzsprout api

    JavaScript 1 2

  4. gatsby-starter-twin-macro-mdx gatsby-starter-twin-macro-mdx Public

    JavaScript 3

  5. gatsby-plugin-frontmatter-featured-image gatsby-plugin-frontmatter-featured-image Public

    A Gatsby plugin that reads frontmatter from markdown or mdx files and create a featuredImage node to be used with gatsby-plugin-image

    JavaScript 1

  6. useState, useEffect, fetch ejemplo useState, useEffect, fetch ejemplo
    1
    const DummyComponent = () => {
    2
      const [ data, setData ] = React.useState([]) // data inicialmente será un arreglo vacio
    3
      React.useEffect(() => {
    4
        const requestData = async () => {
    5
          const respone = await fetch('http://someurl/request.json')