JavaScript single-page applications at MetaNook
← Back to cvAt MetaNook 2017 I held a talk in german language titled JavaScript Single Page Applikationen.
The talk gives a short introduction to react followed by a discussion of state handling and how application state can be taken care of with redux.
As an example application chess is used. To demonstrate typechecking and tests for such projects flowtype and jest were used.
In retrospective I think that the talk tried to cover a lot of ground in a short time and might’ve benefited from a smaller scope.
The slides for this talk can be found at github.com/runjak/nook2017.
The example code/project used can be found at github.com/runjak/simpleChess.