apkrasny's Stars
facebook/react
The library for web and native user interfaces.
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
reduxjs/redux
A JS library for predictable global state management
redux-saga/redux-saga
An alternative side effect model for Redux apps
sindresorhus/got
🌐 Human-friendly and powerful HTTP request library for Node.js
ktorio/ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
reasonml/reason
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
graphql-java/graphql-java
GraphQL Java implementation
ExpediaGroup/graphql-kotlin
Libraries for running GraphQL in Kotlin
facebook/idx
Library for accessing arbitrarily nested, possibly nullable properties on a JavaScript object.
graphql-java-kickstart/graphql-java-tools
A schema-first tool for graphql-java inspired by graphql-tools for JS
graphql-java-kickstart/graphql-java-servlet
Servlet endpoint for GraphQL Java
alexghr/got-fetch
A fetch interface to got