tomekbuszewski's Stars
mswjs/msw
Industry standard API mocking for JavaScript.
typicode/lowdb
Simple and fast JSON database
dexie/Dexie.js
A Minimalistic Wrapper for IndexedDB
tailwindlabs/tailwindcss
A utility-first CSS framework for rapid UI development.
krisk/Fuse
Lightweight fuzzy-search, in JavaScript
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.
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
streamich/react-use
React Hooks — 👍
fastapi/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
VGraupera/1on1-questions
Mega list of 1 on 1 meeting questions compiled from a variety to sources
wesbos/awesome-uses
A list of /uses pages detailing developer setups, gear, software and configs.
diddi-/flask-seeder
Flask extension for seeding database
pallets/flask
The Python micro framework for building web applications.
mosquito/aio-pika
AMQP 0.9 client designed for asyncio and humans.
axios/axios
Promise based HTTP client for the browser and node.js
softonic/axios-retry
Axios plugin that intercepts failed requests and retries them whenever possible
klaudiosinani/signale
Highly configurable logging utility
fisshy/react-scroll
React scroll component
gabrielfalcao/HTTPretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
ChrisRM/material-theme-jetbrains
JetBrains theme of Material Theme
spaceship-prompt/spaceship-prompt
🚀✨ Minimalistic, powerful and extremely customizable Zsh prompt
nfl/react-helmet
A document head manager for React
slorber/awesome-debounce-promise
Debounce your API calls easily and stay in promised land.
reduxjs/react-redux
Official React bindings for Redux
storybookjs/storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
zacanger/styled-reset
Eric Meyer's Reset CSS for styled-components
testing-library/react-testing-library
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
immutable-js/immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity.
ctrlplusb/react-tree-walker
Walk a React (or Preact) element tree, executing a "visitor" function against each element.