Get Surprised
Discover our 6 examples and a totally new way of building web interfaces
- Example 1 - Hello Who?
- Example 2 - Iteration on a Table
- Example 3 - Iteration on a List
- Example 4 - Passing a JS Function as a Directive
- Example 5 - Nested Iteration
- Example 6 - Recursive List
Get Your Hands Dirty
- Go to our download page and get the last version available
- Copy the /pure directory somewhere on your web server or computer and create an empty html file in the directory to start playing with PURE.
You may also use our page allExamples.html as a starting point - Place a script tag in the <head> of your document with the src pointing to the location of the js/pure.js file
- Place a script tag in the <head> of your document with the src pointing to a JS library of your choice (only jQuery is supported at this time and is provided within the /pure/js directory)
- Build your HTML
- Build your rendering JavaScript function
- Render
Expert Already?
- Read how to optimize your response time thanks to compilation
- Visit our wiki for technical documentation
- Get involved in the discussion and share with us your examples, your ideas, ...
