Skip to content

Instantly share code, notes, and snippets.

View hemanthsaik's full-sized avatar

HemanthSai K hemanthsaik

  • Banglore
  • 23:52 (UTC -12:00)
View GitHub Profile
@hemanthsaik
hemanthsaik / utils.ts
Created June 19, 2024 17:07
customise react-grid-layout class components to react functional components
import { deepEqual } from "fast-equals";
import React from "react";
import type {
ChildrenArray as ReactChildrenArray,
Element as ReactElement
} from "react";
export type ResizeHandleAxis =
| "s"
| "w"
// @flow
import * as React from "react";
import { deepEqual } from "fast-equals";
import clsx from "clsx";
import {
bottom,
childrenEqual,
cloneLayoutItem,
compact,
@hemanthsaik
hemanthsaik / mysql_cheat_sheet.md
Last active February 8, 2024 04:45
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

Login

mysql -u root -p