Jasper Valero
jaspervalero
3 points
Tools jaspervalero is Following
Mocha
mochajs.org
Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous t...
React
reactjs.org
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
Sass
sass-lang.com
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's ...
Webpack
webpack.js.org
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows t...
Lodash
lodash.com
A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility...
Babel
babeljs.io
Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting ...
ESLint
eslint.org
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain ...
React Router
github.com/rackt/react-router
React Router is a complete routing solution designed specifically for React.js. It painlessly synchronizes ...
Redux
redux.js.org
It helps you write applications that behave consistently, run in different environments (client, server, an...
ES6
ecma-international.org/ecma...
Goals for ECMAScript 2015 include providing better support for large applications, library creation, and fo...
Redux Form
redux-form.com/8.2.2
It is a Higher Order Component using react-redux to keep form state in a Redux store. It works with React R...
Stylelint
stylelint.io
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your styleshe...
react-dom
npmjs.com/package/react-dom
npm is the package manager for javascript
redux-thunk
github.com/gaearon/redux-thunk
Redux Thunk middleware allows you to write action creators that return a function instead of an action. The...
axios
github.com/mzabriskie/axios
It is a Javascript library used to make http requests from node.js or XMLHttpRequests from the browser and ...