• Ei tuloksia

The idea of this thesis was to implement an example application using two archi-tectures that handle the data flow in a React application. The starting point was to take the original architectural idea from Facebook, Flux, and compare it to an enhanced version of it called Redux. Even though it was clear in the beginning that these two are different implementations of the same thing, the fact that how similar they were came as a surprise mid-process. On the other hand the observations made in the thesis support exactly this. Redux is an improvement, which shows in the use of helper functions in verbose and error-prone parts of the application.

The success of Redux is not only code-related. Redux has a huge and growing ecosystem around it which supports its status as the de facto Flux implementation at the time of writing this. A lot of this is thanks to the helpful creator of Redux, Dan Abramov, who has an endless list of forum posts helping people in their struggles and articles explaining the in-depths of Redux. Redux also has a large amount of complementary libraries which integrate well with it and the idea of immutable application state.

Now that the basic idea of Flux is familiar, a good continuation for the research would be to compare Redux to other improved versions of Flux which have managed to gain at least some usage. Choosing the alternatives would be hard because no other Flux implementation has managed to gain nearly as much traction as Redux.

45

LÄHTEET

[1] Angular 2: Documentation . 2015. [Cited 02.12.2015] Available: https:

//angular.io/docs/ts/latest/quickstart.html.

[2] Williams, R. Hacker News Hiring Trends. 2016. [Cited 05.01.2016]

Available: http://www.ryan-williams.net/hacker-news-hiring-trends/2015/

december.html?compare1=AngularJS&compare2=Backbone&compare3=

Ember&compare4=React.

[3] Occhino, T. React Native: Bringing modern web techniques to mo-bile. 2015. [Cited 05.01.2016] Available: https://code.facebook.com/posts/

1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/.

[4] Comparison of the usage of JavaScript vs. Flash vs. Silverlight for web-sites. 2016. [Cited 07.01.2016] Available: http://w3techs.com/technologies/

comparison/cp-flash,cp-javascript,cp-silverlight.

[5] Borodescu, C. Web sites vs. web apps: What the Experts Think. 2013.

[Cited 23.01.2016] Available: http://www.visionmobile.com/blog/2013/07/

web-sites-vs-web-apps-what-the-experts-think/.

[6] DuVander A. Twitter Goes JSON-Only With One API, More to Come?

2010. [Cited 05.01.2016] Available: http://www.programmableweb.com/news/

twitter-goes-json-only-one-api-more-to-come/2010/11/10.

[7] Nurseitov, N., Paulson, M., Reynolds, R. & Izurieta, C. Comparison of JSON and XML Data Interchange Formats: A Case Study. [Cited 05.01.2016] Avail-able: http://www.cs.montana.edu/izurieta/pubs/caine2009.pdf.

[8] W3C: Document Object Model (DOM). [Cited 08.01.2016] Available: http:

//www.w3.org/TR/WD-DOM/introduction.html.

[9] Nilanchala. Introduction to JSON Basics. 2016. [Cited 09.01.2016] Available:

http://javatechig.com/json/introduction-to-json-basics.

[10] Introducing JSON. [Cited 05.01.2016] Available: http://www.json.org/.

[11] Mozilla Developer Network: JavaScript. [Cited 13.05.2016] Available: https:

//developer.mozilla.org/en-US/docs/Web/JavaScript.

[12] United States Patent and Trademark Office. Trademark Status &

Document Retrieval: JAVASCRIPT. [Cited 05.01.2016] Available:

LÄHTEET 46

http://tsdr.uspto.gov/#caseNumber=75026640&caseType=SERIAL_NO&

searchType=statusSearch.

[13] Flanagan, D. JavaScript: The Definitive Guide. 2010. 1078 pages.

[14] About Node.js. [Cited 05.01.2016] Available: https://nodejs.org/en/about/.

[15] Projects, Applications, and Companies Using Node. [Cited 09.01.2016]

Available: https://github.com/nodejs/node-v0.x-archive/wiki/Projects, -Applications,-and-Companies-Using-Node.

[16] kangax. ECMAScript 5 compability table. 2016. [Cited 05.01.2016] Available:

https://kangax.github.io/compat-table/es5/.

[17] kangax. ECMAScript 6 compability table. 2016. [Cited 05.01.2016] Available:

https://kangax.github.io/compat-table/es6/.

[18] Compilers.net. Compiler. [Cited 05.01.2016] Available: http://www.compilers.

net/paedia/compiler/index.htm.

[19] Markbåge, S. New Versioning Scheme. 2016. [Cited 21.02.2016] Available:

https://facebook.github.io/react/blog/2016/02/19/new-versioning-scheme.

html.

[20] Angular 1: Documentation. 2016. [Cited 24.01.2016] Available: https://

angularjs.org/.

[21] Gerritsen, N. Why you should ditch Angular controllers for directives.

2015. [Cited 24.01.2016] Available: http://wecodetheweb.com/2015/07/18/

why-you-should-ditch-angular-controllers-for-directives/.

[22] Parviainen, T. How I’ve Improved My Angular Apps by Banning ng-controller. 2014. [Cited 24.01.2016] Available: http://teropa.info/blog/2014/

10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html.

[23] Hunt, P. Why did we build React? 2013. [Cited 24.01.2016] Available: https:

//facebook.github.io/react/blog/2013/06/05/why-react.html.

[24] React documentation: Reusable Components. [Cited 21.02.2016] Available:

https://facebook.github.io/react/docs/reusable-components.html.

[25] React documentation: Interactivity and Dynamic UIs. [Cited 21.02.2016] Avail-able: https://facebook.github.io/react/docs/interactivity-and-dynamic-uis.

html.

LÄHTEET 47

[26] Alpert, B. React v0.14 Release Notes. 2015. [Cited 04.02.2016] Available:

https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html.

[27] Single Responsibility Principle. [Cited 24.01.2016] Available: http://deviq.com/

single-responsibility-principle/.

[28] Separation of Concerns. [Cited 24.01.2016] Available: http://deviq.com/

separation-of-concerns/.

[29] Abramov, D. Presentational and Container Components. 2015.

[Cited 03.02.2016] Available: https://medium.com/@dan_abramov/

smart-and-dumb-components-7ca2f9a7c7d0#.s0lmjvoi1.

[30] Learn React with chantastic. Container Components. 2015.

[Cited 03.02.2016] Available: https://medium.com/@learnreact/

container-components-c0e67432e005#.omsw6nsv9.

[31] React documentation: JSX in Depth. [Cited 09.02.2016] Available: https://

facebook.github.io/react/docs/jsx-in-depth.html.

[32] React documentation: Top-level API. [Cited 09.02.2016] Available: https://

facebook.github.io/react/docs/top-level-api.html.

[33] Github jsforum Issue: To JSX or not to JSX. [Cited 09.02.2016] Available:

https://github.com/jsforum/jsforum/issues/1.

[34] React documentation: Component Specs and Lifecycle. [Cited 17.02.2016] Avail-able: https://facebook.github.io/react/docs/component-specs.html.

[35] Markbåge, S. React v0.13.0 Beta 1 Release Notes. 2015. [Cited 17.02.2016] Available: https://facebook.github.io/react/blog/2015/01/27/

react-v0.13.0-beta-1.html#mixins.

[36] virtual-dom. [Cited 09.01.2016] Available: https://github.com/Matt-Esch/

virtual-dom.

[37] Bille, P. A Survey on Tree Edit Distance and Related Problems.

[Cited 09.01.2016] Available: http://grfia.dlsi.ua.es/ml/algorithms/references/

editsurvey_bille.pdf.

[38] React Documentation: Reconciliation. [Cited 09.01.2016] Available: https://

facebook.github.io/react/docs/reconciliation.html.

[39] Flux documentation: Structure and Data Flow. [Cited 26.03.2016] Available:

https://facebook.github.io/flux/docs/overview.html#content.

LÄHTEET 48

[40] Building the F8 2016 App. [Cited 17.04.2016] Available: http://makeitopen.

com/.

[41] Redux documentation. [Cited 17.04.2016] Available: http://redux.js.org/.

[42] TodoMVC. [Cited 20.04.2016] Available: http://todomvc.com/.

[43] A JS framework on every table. 2015. [Cited 20.04.2016] Available: http:

//todomvc.com/.

[44] Flux TodoMVC Example. [Cited 20.04.2016] Available: https://github.com/

facebook/flux/tree/master/examples/flux-todomvc.