This website uses cookies to allow us to see how the site is used. If you continue to use this site we will assume that you are happy with this.Click to hide
Menu
CoDE - NCR Edinburgh
CoDE - NCR Edinburgh
  • Home
  • People
  • Events
  • Social
  • Products
  • Jobs
  • Edinburgh
  • Blog
  • Contact
 home > blog > tags > react > 1

Tag: react

React: Composable components

Bogdan Utanu (September 1st 2016)

React is a Javascript framework which lets you write interactive UIs in a declarative way. It lets you design views to represent the state in your application, and it will update and render the right components following changes in the data. The code, however, is much verbose than other frameworks such as Angular. This is based on the asusmption that code is read much more often than writen, therefore, they prefer this approach instead of a more concise one.