Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Fullstack SnippetsNew to Visual Studio Code? Get it now.
Fullstack Snippets

Fullstack Snippets

fullstackFellows

|
426 installs
| (0) | Free
Helpful code snippets based on the Fullstack Academy tech stack.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fullstack Logo

Fullstack Snippets

This is the README for Fullstack Snippets.

Table of Contense

  • Features
  • Prefix List
    • Sequelize
    • Express
    • React
    • Redux
  • Known Issues
  • Release Notes

Features

Fullstack Snippets is a snippet library that is catered to the fullstack curriculum

Prefix List

Sequelize

Prefix Definition
seq-model-def full sequelize model definition including requires and export
seq-model-column additional model column to chain onto exsisting model definition
seq-hm has many/belongs to relationship between two tables
seq-bt belongs to association
seq-btm belongs to many association with a through table
dbc database creation setup and export

Express

Prefix Definition
exp-router-method router method including try/catch statement(async default)
exp-server-index full express server setup for your index.js file

React

Prefix Definition
react-cc react Class component with default export
react-fc react functional component with default export

Redux

Prefix Definition
redux-atc redux action type and creator with built in exports
redux-thk redux thunk creator with try/catch
redux-red redux reducer

Known Issues

The library is still incomplete!

Release Notes

1.0.0

Initial release of Fullstack Snippets

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft