Skip to content

Instantly share code, notes, and snippets.

@dmitry
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitry/6d37f63adacbf1bc9d97 to your computer and use it in GitHub Desktop.
Save dmitry/6d37f63adacbf1bc9d97 to your computer and use it in GitHub Desktop.
Ideas of my perfect web development workflow

First of I would like to list all the steps how to get the money result without stress.

Router

Router is a state binding.

  • HTTP request with different codes
  • Client pushState with history accumulator (history.js for http4/http5 solution)

Components

It's a piece of functionality. One component can consist of another components, but the plain component (without other components) should be as simple as possible (read: non devidable).

Component should be:

Components can consists of following

  • JS/Coffeescript
  • Jade/Mustache/Handlebar
  • CSS/Less/SCSS/SASS

References

http://facebook.github.io/react/

Unsolved issues

  • Think how it's possible to combine all the components. View or layout should be used?

Models

Collections

Worth to watch and analyze

Isomorphic

SEO

Back button

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