Skip to content

Instantly share code, notes, and snippets.

View vgvenkat's full-sized avatar

Venkat Ganesan vgvenkat

View GitHub Profile
@vgvenkat
vgvenkat / FlowReactTutorial.js
Created October 8, 2017 02:44 — forked from busypeoples/FlowReactTutorial.js
Flow Fundamentals For ReactJS Developers
// @flow
// Flow Fundamentals For ReactJS Developers
/*
Tutorial for ReactJS Developers wanting to get started with FlowType.
We will go through the basic Flow features to gain a better understanding of how to use FlowType with React.
You can uncomment the features one by one and work through this tutorial.
If you want to learn the very FlowType basics, refer to "Flow Fundamentals for JavaScript Developers" (https://gist.github.com/busypeoples/61e83a1becc9ee9d498e0db324fc641b) first.
@vgvenkat
vgvenkat / .block
Created March 31, 2017 20:25
fresh block
license: mit
@vgvenkat
vgvenkat / MemeMaker-Solution.html
Created July 25, 2016 19:44 — forked from jwill/MemeMaker-Solution.html
Simple MemeMaker Solution Code
<!DOCTYPE html>
<html>
<head>
<title>MemeMaker-Simple</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>