Skip to content

Instantly share code, notes, and snippets.

View PorterK's full-sized avatar
📚
Learning daily

Kalob Porter PorterK

📚
Learning daily
View GitHub Profile
import React, { Component } from 'react';
const mobileImages = ['img1.png', 'img2.png', 'img3.png', 'img4.png', 'img5.png'];
const mediumImages = [...mobileImages, 'img6.png', 'img7.png'];
const desktopImages = [...mobileImages, ...desktopImages, 'img7.png', 'img8.png'];
export defualt class Images extends Component {
state = {
images: [],
};
@PorterK
PorterK / Read Me
Created January 23, 2014 23:02
Plunder Wars development
Welcome!