- http://www.perf-tooling.today/tools (huge list of tools)
- https://www.dareboost.com/ (has compare)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Circle.prototype = Object.create(Shape.prototype) | |
| // Circle.prototype.constructor = Circle | |
| // | |
| // shape constructor (parent) | |
| var Shape = function(x = 0, y = 0) { | |
| this.x = x | |
| this.y = y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| ''' Server non-cached static contents from within current directory | |
| ''' | |
| import sys | |
| import signal | |
| import BaseHTTPServer | |
| import SimpleHTTPServer | |
| def trap_sigint(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var gulp = require("gulp"), | |
| browserify = require("browserify"), | |
| source = require("vinyl-source-stream"), | |
| buffer = require("vinyl-buffer"), | |
| tslint = require("gulp-tslint"), | |
| tsc = require("gulp-typescript"), | |
| sourcemaps = require("gulp-sourcemaps"), | |
| uglify = require("gulp-uglify"), | |
| runSequence = require("run-sequence"), | |
| mocha = require("gulp-mocha"), |
- https://gist.github.com/thomd/ea16eadef85dc901b9fbcc0986a057b7#react-ui-libraries
- https://chakra-ui.com
- https://mui.com
- https://tutorialzine.com/2017/11/15-awesome-react-components
- https://github.com/brillout/awesome-react-components
- https://blog.bitsrc.io/9-react-styled-components-ui-libraries-for-2018-4e1a0bd3e179
- https://blog.bitsrc.io/11-react-component-libraries-you-should-know-178eb1dd6aa4