Code Monkey home page Code Monkey logo

react-crud-app's Introduction

React CRUD Application

A CRUD application using React and jQuery. This application has server and client components, each of which is located in either the 'server' or 'client' folders in this directory.

Comparison: React and AngularJS

Angular is a full MVC framework, while React is not really considered a framework, but rather an enhanced view renderer. Angular has built-in functions on the $http object to carry out REST requests while React uses jQuery ajax requests.

Angular utilizes controllers and data is bound to the scope of a given controller. The comparative construct in React is the class, which uses the prop and state objects to store and manipulate data in the virtual DOM. Angular utilizes two-way data binding by synchronizing data between the model and view using directives. This can cause problems when the amount of data gets larger. Meanwhile, React's data flow is uni-directional, where the virtual DOM is updated when it detects changes in the state of a class.

Although we have yet to see this based upon our limited use of both React and Angular, React has been said to be more performance driven when compared to Angular. In addition, some claim that debugging is harder in Angular than it is in React.

Sources:

https://www.codementor.io/reactjs/tutorial/react-vs-angularjs
https://www.airpair.com/js/javascript-framework-comparison
http://stackoverflow.com/questions/27991366/what-is-the-difference-between-state-and-props-in-react

Authors:

Erika Hokanson (https://github.com/erikawho)
James Mason (https://github.com/jhm90)
Chris Lee (https://github.com/clee46)

License

This project is licensed under the terms of the MIT license.

react-crud-app's People

Contributors

clee46 avatar erikawho avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.