Plain react, hooks and/or Redux
At a client of ThoughtWorks I gave a short presentation about three different ways of state management in React.
November 10, 2016
As part of the cultural hackathon Coding da Vinci Nord 2016, I built a web application for the analysis and visualization of the distribution of family names.
I used (among other tools) Node.js, Express, Mocha, AngularJS, D3.js, Java 8, Neo4J, MariaDB, and Docker.
Slides for the lightning talk at Coding da Vinci Nord 2016 (German):
Some screenshots:
The application supports the following use cases:
The application architecture is shown in the following diagram:
Technologies used:
More information:
At a client of ThoughtWorks I gave a short presentation about three different ways of state management in React.
JavaScript has a prototype-based approach to object orientation. This makes it very different from the common object-oriented programming languages, such as Java, C++, and Ruby.