CSC/ECE 517 Fall 2016 E1691 ConvertAssignmentCreationFormtoReactJS: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
== Current implementation ==  
== Current implementation ==  
The assignment creating page view is as follows.
The assignment creating page view is as follows.
[[File:FinalProj pic1.png]]


Currently it is implemented fully in HTML which is hard to read and is also not dynamic.
[[File:FinalProj pic1.png|centre]]
 
Currently it is implemented fully in HTML which is hard to read and is also not dynamic.


===Proposed solution===  
===Proposed solution===  

Revision as of 21:51, 9 November 2016

E1691 Convert Assignment Creation Form to ReactJS

This a page to describe a final project for ECE517. In this project we will be converting Assignment creation form to ReactJS.

React JS

ReactJS is an open source JavaScript library, used to provide a view for data rendered as HTML.It is maintained by Facebook, Instagram and a community of individual developers and corporations. React was created by Jordan Walke, a software engineer at Facebook. He was influenced by XHP, an HTML component framework for PHP. It was first deployed on Facebook's newsfeed in 2011 and later on Instagram.com in 2012. It was open-sourced at JSConf US in May 2013.

Advantages of ReactJS

Current implementation

The assignment creating page view is as follows.

Currently it is implemented fully in HTML which is hard to read and is also not dynamic.

Proposed solution

References