CSC/ECE 517 Fall 2016 E1691 ConvertAssignmentCreationFormtoReactJS

From Expertiza_Wiki
Revision as of 21:36, 9 November 2016 by Ppprabhu (talk | contribs)
Jump to navigation Jump to search

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