Jasper Valero
jaspervalero
3 points

Tools jaspervalero is Following

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