capsidjs / capsid

:pill: Declarative DOM programming library. Lightweight (1.79 kb). See also https://github.com/kt3k/cell, which is the successor project

Home Page:http://capsid.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide

kt3k opened this issue · comments

first guide of capsid.js

  • How to set up the dev environment. TypeScript + Parcel is the best choice.
    • We don't support non-TypeScript environment anymore because without typescript decorators, capsid doesn't make any sense.
  • First step is create click handler
    • fetching items from click handler may be a good starting point.
  • We should mention about lifecycle and initialization timing much later point because that's not necessary at start.

css guide with emotion example