Skip to content
View MorenoMdz's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Self
  • Florianópolis
Block or Report

Block or report MorenoMdz

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

Hi there!

I am Moreno, father of two amazing kids, tech guy whos been working with technology since I was a kid.

Pinned

  1. Firebase ReactFire react hook example Firebase ReactFire react hook example
    1
    import React, { useCallback } from 'react';
    2
    import { useFirestoreCollectionData, useFirestore } from 'reactfire';
    3
    
                  
    4
    function useProjects() {
    5
      // lazy load the Firestore SDK
  2. React-Redux_usecase-checklist React-Redux_usecase-checklist Public

    JavaScript 2

  3. React Firebase useEffect cleanup exa... React Firebase useEffect cleanup example
    1
    import React, { useState, useEffect, useRef, useCallback } from 'react';
    2
    
                  
    3
    const mountedRef = useRef(true);
    4
    
                  
    5
    const fetchData = useCallback(async () => {
  4. meetups-goStack meetups-goStack Public

    JavaScript