Skip to content

Instantly share code, notes, and snippets.

View buraxta's full-sized avatar

Burak Güllüler buraxta

View GitHub Profile
"use client";
import React, { useState, useEffect } from "react";
const ScreenSize = () => {
// Ekran boyutunu tutacak state
const [screenSize, setScreenSize] = useState("");
// Ekran boyutunu kontrol eden fonksiyon
const updateScreenSize = () => {
const width = window.innerWidth;
@buraxta
buraxta / mongoose-cheatsheet.md
Created July 17, 2024 12:02
Long and detailed cheatsheet covering various aspects of Mongoos