monteslu / pagenodes

Completely Browser Based IOT Platform
https://pagenodes.com
Apache License 2.0
222 stars 32 forks source link

Update JSX #29

Closed samrocksc closed 8 years ago

samrocksc commented 8 years ago

What's this PR do?

This is a refactor of the html elements to JSX within the nodes themselves. This would be the first step of converting over to react. Nothing should change from the user side.

What are the important parts of the code?

The main pieces of this PR take place within the nodeDef's files where we have stripped the html from the /node directory and converted it to JSX in the nodeDef's.

How should this be tested by the reviewer?

build this branch on your local machine npm i & npm run build & npm run start

Is any other information necessary to understand this?

Not really, just that we are trying to make this more of a complete javascript applications.

What are the relevant tickets? (Please add closes, refs, etc)

Screenshots (if appropriate)

samrocksc commented 8 years ago

Removed unused nodes as of current for reworks later.