I often find myself having to setup Sublime Text 3 on some new machine so I’ve gather all the plugins I usually use when building React ES6 code in a gist including some that are linked directly to a Github repo. Continue reading “Setting up Sublime Text 3 Packages and Preferences”
Month February 2016
From Angular 1.x to React or Angular 2 – Trade Study
Elements of importance:
- Testing ability, how easy is it to get to 100% code coverage
- Bundling, managing dependencies and making
- Debugging tools
- Live code changes
- Ease of integration with other scripts
- Easy at chucking and optimizing time to first paint draw
- Path forward for existing code
- Migration cost (downsides)
Continue reading “From Angular 1.x to React or Angular 2 – Trade Study”
