Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

About

This is a proof of concept to test how react.js can be used in a web2py applications. Ideas fetched from https://hackernoon.com/reconciling-djangos-mvc-templates-with-react-components-3aa986cf510a#.pvl33zbe1

Installing

Copy this repository into the applications folder of a web2py installation.

To run the webpack example webpack and npm must be installed in the system. Then, from the static/src folder, npm install & webpack must be run

Demoing

  • Simple page is the simplest possible example, not using webpack, converting jsx code on the fly.
  • Index page does the same the simple page, but using webpack, which is the usual way to work with these kind of technologies.
  • Advanced page using an external react component, react-bootstrap-table
  • Forms page using a state store and redux-form

About

No description or website provided.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.