Blog
RationalDev is collection of computer programming thoughts from reading internet articles, books, commercial experience and attempted rational thinking to help others in the future
React Static Site Generators - From Phenomic, Gatsby to React-Static with PostGraphile - Thoughts and Issues
Some thoughts on the different static site generators (mainly React) I have tried.
Node Module Version Mismatch
If you get a Module version mistach error in node.js, you can try this to resolve it.
WebStorm vs Visual Studio Code
WebStorm vs Visual Studio feature comparison.
webpack React - It looks like you are using a minified copy of the development build
If you get a warning about using a minified copy of React, this might help.
React is not just the V in MVC
React is not really just the V in MVC, find out why.
Cycle.js FAQ
Some tips I found when using Cycle.js UI library that you may find helpful.
TypeScript Duplicate Identifier and Typings
Duplicate identifier warning messages when using TypeScript, try this.
npm linked modules with webpack
Are your npm linked modules not finding dependencies in webpack?