Skip to content

Instantly share code, notes, and snippets.

View vreality64's full-sized avatar
🤠
Happy

Ian Park vreality64

🤠
Happy
View GitHub Profile

JSX Spread Attributes

If you know all the properties that you want to place on a component a head of time, it is easy to use JSX:

  var component = <Component foo={x} bar={y} />;

Mutating Props is Bad, mkay

@vreality64
vreality64 / jekyll-and-liquid.md
Last active August 5, 2017 15:51 — forked from magicznyleszek/jekyll-and-liquid.md
Jekyll & Liquid Cheatsheet

Jekyll & Liquid Cheatsheet

A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.

Running

Running a local server for testing purposes: