Last active
May 30, 2023 12:04
-
-
Save kassiogluten/1b5a85ed76dba419aaee1b849846f532 to your computer and use it in GitHub Desktop.
snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/ults-io/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md | |
rafc import React from 'react' | |
export const $1 = () => { | |
return <div>$0</div> | |
} | |
imrse→ import React, { useState, useEffect } from 'react' | |
clo→ console.log(`object`, object) | |
SETTINGS CTRL , | |
STICKY SCROLL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment