SnipStash
Explore
Sign InGet Started
ExploreSign InGet Started

Explore

Discover code snippets shared by the community.

JS comment

JavaScript

Helps to write comment

// This is a comment
Dums Dev
#comment
Feb 15

My First Codeblock

Python

Just for testing

Container(
                      height: 50,
                      decoration: BoxDecoration(color: AppColors.appBlack,
BigTeeDTechie
Feb 14

Debounce hook

JSX

Just for debounce

"use client";

import { useState } from "react";
Ruzz
Feb 11