Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Code generator design

Paul Jolly edited this page Oct 11, 2016 · 13 revisions

Need to:

  1. work out how we tell the code generator that a particular prop and state type corresponds to a component
  2. related to point 1, work out how we handle the zero-value state case
  3. work out whether we support some sort of Init function then code-generate the New* function for a component?

Clone this wiki locally