Skip to content

Instantly share code, notes, and snippets.

View GuilhemBarboux's full-sized avatar

Guix GuilhemBarboux

View GitHub Profile
@GuilhemBarboux
GuilhemBarboux / ConsoleLog.tsx
Created January 12, 2023 15:57
Test for render order
import React, { FunctionComponent, useEffect, useLayoutEffect } from 'react';
interface OwnChildProps {}
type ChildProps = OwnChildProps;
const Child: FunctionComponent<ChildProps> = props => {
useEffect(() => {
console.log('Child useEffect');
@GuilhemBarboux
GuilhemBarboux / .gitignore
Last active October 19, 2017 21:27 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
[user]
name = Guix
email = [email protected]
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[filter "lfs"]
process = git-lfs filter-process
required = true