Skip to content

Instantly share code, notes, and snippets.

@kassiogluten
Last active May 30, 2023 12:04
Show Gist options
  • Save kassiogluten/1b5a85ed76dba419aaee1b849846f532 to your computer and use it in GitHub Desktop.
Save kassiogluten/1b5a85ed76dba419aaee1b849846f532 to your computer and use it in GitHub Desktop.
snippets
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