Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples to demo page #546

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/about/demos-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ Quickly spin up a new personal webpage by only needing to modify JSON data.
**[Parcel + Preact + Unistore Starter](https://github.com/hwclass/parcel-preact-unistore-starter)**
Starter pack for lightning-fast prototyping and small/medium size project structure

**[Hello World CSS Animation using a Web Based JSX Compiler](https://www.dataformsjs.com/examples/hello-world/en/preact.htm)** :art:
Simple page showing how to use JSX with Preact directly on a web page. No build process needed, all files linked from CDN.
[Github Documentation](https://github.com/dataformsjs/dataformsjs/blob/master/docs/jsx-loader.md)

**[Web Based JSX Compiler that automatically converts React Components to Preact](https://www.dataformsjs.com/examples/countries-no-spa-preact.htm)** :rocket:
The example page is based on a React Demo and uses React Components. The `jsxLoader.js` file automatically converts `React.Component` to `preact.Component` and handles other needs for Preact.

## Codepens

- [Flickr Browser](http://codepen.io/developit/full/VvMZwK/) _(@ CodePen)_
Expand Down