| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is the very preliminary React PatternEngine for Patternlab / Node.
You can author standalone React components that include only the main React module, which I know isn't much yet. We're working on it.
The current release works with the 2.X series of Patternlab / Node. Support for the 3.X series is underway on the dev branch.
To install the React PatternEngine in your edition, npm install @pattern-lab/engine-react should do the trick.
* Standard pattern JSON is passed into React components as props. ## Notes * Components are rendered statically to markup at build time using ReactDOMServer.renderToStaticMarkup(), but also transpiled and inlined as scripts in the pattern code to execute at runtime. * We currently assume the React include (and others, once we figure that out) are written using es2015 module syntax. * The Babel transforms are currently hard-coded into the engine, but we hope to make this configurable in the future.
| Back | FazBrowse Home | New Git URL |