mathieueveillard's Stars
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
d3/d3
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
storybookjs/storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
jgthms/bulma
Modern CSS framework based on Flexbox
mozilla/pdf.js
PDF Reader in JavaScript
jestjs/jest
Delightful JavaScript Testing.
date-fns/date-fns
⏳ Modern JavaScript date utility library ⌛️
atlassian/react-beautiful-dnd
Beautiful and accessible drag and drop for lists with React
typicode/husky
Git hooks made easy 🐶 woof!
elsewhencode/project-guidelines
A set of best practices for JavaScript projects
swagger-api/swagger-ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
ramda/ramda
:ram: Practical functional Javascript
reduxjs/react-redux
Official React bindings for Redux
redux-saga/redux-saga
An alternative side effect model for Redux apps
getify/Functional-Light-JS
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
moment/luxon
⏱ A library for working with dates and times in JS
uuidjs/uuid
Generate RFC-compliant UUIDs in JavaScript
nock/nock
HTTP server mocking and expectations library for Node.js
peers/peerjs
Simple peer-to-peer with WebRTC.
bpampuch/pdfmake
Client/server side PDF printing in pure JavaScript
i18next/react-i18next
Internationalization for react done right. Using the i18next i18n ecosystem.
Hacker0x01/react-datepicker
A simple and reusable datepicker component for React
redux-observable/redux-observable
RxJS middleware for action side effects in Redux using "Epics"
open-cli-tools/concurrently
Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
swagger-api/swagger-node
Swagger module for node.js
micromatch/micromatch
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert
reduxjs/redux-mock-store
A mock store for testing Redux async action creators and middleware.
tshelburne/redux-batched-actions
redux higher order reducer + action to reduce actions under a single subscriber notification
sindresorhus/matcher
Simple wildcard matching
cbowdon/TsMonad
Little monad library designed for TypeScript