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.
All posts tagged with #javascript in chronological order with newest first.
At a client of ThoughtWorks I gave a short presentation about three different ways of state management in React.
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...
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.
With Babel you can test many features of the upcoming next version of JavaScript called ECMAScript 6 now.
“MongoDB: The Definitive Guide” is a well-rounded overview of MongoDB from both a developer and a DBA perspective. At least as far as I can tell as a MongoDB beginner...
If there is such a thing as “sophisticated” literature, then there is now also “sophisticated” code. “If Hemingway Wrote JavaScript” contains many funny and educational examples.