Skip to content

Instantly share code, notes, and snippets.

View Rafaelb4rros's full-sized avatar
🎯
Focusing

Rafael Barros Rafaelb4rros

🎯
Focusing
View GitHub Profile
@acorn1010
acorn1010 / OverflowText.tsx
Created November 25, 2022 14:44
OverflowText.tsx
import {
createStyles,
makeStyles,
Tooltip,
Typography,
TypographyProps,
} from '@material-ui/core';
import clsx from 'clsx';
import React, {CSSProperties, useCallback, useState} from 'react';
import useResizeObserver from 'use-resize-observer';
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 27, 2024 15:44
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example