Alex B
Results
2
comments of
Alex B
We can run some sort of cron job (daily on CI?) to create the list with stars. Basically a script to generate markdown on CI and commit to the project
Clean code for auth: ``` import React, { useState, useEffect } from 'react'; import firebase from 'gatsby-plugin-firebase'; export default () => { const { auth } = firebase; const [user,...