Skip to content

Instantly share code, notes, and snippets.

View dmhalejr's full-sized avatar
🏠
Working from home

David Hale dmhalejr

🏠
Working from home
View GitHub Profile
@dmhalejr
dmhalejr / PostFeed.tsx
Last active August 26, 2023 18:50 — forked from cl0ckwork/PostFeed.tsx
Post Feed Refactor
import React, { useState } from 'react';
import { useThemeStyles } from 'components/styles';
import { Post } from 'resources/domain/entity/IItem';
import useLang from 'components/hooks/useLang';
import { Box, Grid, makeStyles, Typography } from '@material-ui/core'
import { DropDown, MenuItem } from './CommonDropDown';
import { yupResolver } from '@hookform/resolvers/yup';
import InputCommentWrapper from 'components/utilities/InputCommentWrapper';
import { FormProvider, useForm } from 'react-hook-form';
import {
@dmhalejr
dmhalejr / front-end-curriculum.md
Created January 18, 2018 02:41 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model