Skip to content

Instantly share code, notes, and snippets.

@zpao
Last active December 18, 2015 17:29
Show Gist options
  • Save zpao/5818982 to your computer and use it in GitHub Desktop.
Save zpao/5818982 to your computer and use it in GitHub Desktop.
React 0.3.3 Plans

React 0.3.3 Plans

Upgrade Commoner & Recast --- Default relativization off since it was causing issues.

Move .module-cache out of build/modules

Use a stable esprima revision instead of only pointing at the fb-harmony branch. This lets us land changes there that might break without changes to the transformer.

Improve the in-browser JSXTransformer. Re-insert transformed code into <script> tags to let the browser execute normally instead of evaling the code.

Allow reusing the same DOM node to render different components

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