- Make a file
~/.config/kitty/geek-kitty-theme.conf - Put contents of this file in it.
- Add the below line in
~/.config/kitty/kitty.conf
~/.config/kitty/geek-kitty-theme.conf~/.config/kitty/kitty.conf
| import { onAuthStateChanged, User } from 'firebase/auth' | |
| import React, { | |
| createContext, | |
| useContext, | |
| useEffect, | |
| useMemo, | |
| useState | |
| } from 'react' | |
| import { auth } from 'config/firebase' |
So you've started learning coding, and there's this amazing thing which can solve all your problems if you tell it. Amazing right?
Cant say it louder, NO
There is a lot of issues you will find with it if you know even a little bit about what you're doing. There's places it can help a lot, and there's a lot of times it will be hurting you a lot and just bluntly wasting your time & keeping you back.
| { | |
| "name": "streaming-by-hand", | |
| "version": "1.0.0", | |
| "description": "", | |
| "type": "module", | |
| "main": "streaming-by-hand-extras.js", | |
| "scripts": { | |
| "start": "nodemon streaming-by-hand-extras.js" | |
| }, | |
| "keywords": [], |