Skip to content

Instantly share code, notes, and snippets.

@nicolashery
Last active December 19, 2015 14:09
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 nicolashery/5967377 to your computer and use it in GitHub Desktop.
Save nicolashery/5967377 to your computer and use it in GitHub Desktop.
Exploring the possibility of building a web app without frameworks

Building a web app without a framework

Rough draft exploring the possibility of building a web app without a framework, picking and choosing from small & focused pieces, a la Unix.

Tools

Packages/Modules

Router

DOM data binding

DOM view creation/removal

  • ??? (is it needed? unbinding events from the DOM could be important)

DOM manipulation

Events

Models/Collections

  • Use JavaScript objects?
  • "Observables"?

Utilities

Examples

???

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