Skip to content

Instantly share code, notes, and snippets.

@klockey
Last active May 4, 2017 02:36
Show Gist options
  • Save klockey/5fc46e29a060cf7193b90947a7b3323e to your computer and use it in GitHub Desktop.
Save klockey/5fc46e29a060cf7193b90947a7b3323e to your computer and use it in GitHub Desktop.
We have learned a great deal about react and components. We have also learned about the mobx library and how it can condense react code. React greatly simplifies the web making process by encapsulating variables in a 'state'. Mobx, simplifies React even more by putting variablesand functions in a core place called the store. I would like to learn angular which is being developed by the Google team. Its main philosophy is one should write declarative code instead of iterative code when writing web applicatons. I have heard it is very similar to React, but React is more popular. I have heard that Jquery is interesting as well because it has to do with Dom manipulation event handling and ajax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment