Skip to content

Instantly share code, notes, and snippets.

View joshueoconnor's full-sized avatar

Joshue108 joshueoconnor

View GitHub Profile
@twss
twss / Four.js
Created December 8, 2017 18:30
https://www.udemy.com/course-dashboard-redirect/?course_id=1134390 -- Lecture 31 (React Router v4) seems to be a little behind react-router-dom 4.2.2. Here's my fix
import React, { Component } from 'react';
import { Route, Link } from 'react-router-dom';
import Fourpointone from './Fourpointone';
class Four extends Component {
render() {
return (
<div>
<h1>I am a Four component</h1>
@visiongeist
visiongeist / table-grid-accessibility-test.html
Last active April 25, 2019 12:41
Testing Accessibility of Table and ARIA role grid
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Table Accessibility</title>
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github.min.css" rel="stylesheet">
<style id="grid-css">
/* make grid elements work like a table */