Skip to content

Instantly share code, notes, and snippets.

@jjt
Created October 4, 2015 18:06
Show Gist options
  • Save jjt/97d3b88de8a84802e404 to your computer and use it in GitHub Desktop.
Save jjt/97d3b88de8a84802e404 to your computer and use it in GitHub Desktop.
Spectacle feedback

The good feels

I enjoyed using Spectacle, and it'll be my go-to for building a deck.

Love the ability to drop in interactive React components. We didn't end up doing that for this deck, but I can see myself using that in the future.

Having everything Just Work™ is fantastic. The Surge CLI is easy to use, but I appreciate having npm run deploy. Maximizes my laziness efficiency.

Easy path to a WYSIWYG editor for people who don't want to drop into an text editor.

Good docs and example deck.

Scruffy edges

Having to specify a size for each header, instead of having <Header1>, <Header2>, etc tags. Small convenience, but would be nice to have baked in.

Replacing slashes in image srcs: src={images.city.replace("/", "")}. Would be good to illustrate a cleaner way in the example deck.

Markdown definition for slides. My usage would be the same as Roemer's.

Would also be nice to show an example of a modularized deck (each slide is its own file, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment