mjs
There are 74 repositories under mjs topic.
jaydenseric/graphql-upload
Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
jaydenseric/graphql-react
A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.
jaydenseric/apollo-upload-examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
antongolub/tsc-esm-fix
Make Typescript projects compatible with esm/mjs requirements
jaydenseric/find-unused-exports
A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
jaydenseric/extract-files
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instances.
jaydenseric/coverage-node
A simple CLI to run Node.js and report code coverage.
pocesar/react-use-comlink
Three ways to use Comlink web workers through React Hooks (and in a typesafe manner).
azu/eslint-cjs-to-esm
ESLint wrapper for migration from CJS to ESM.
jaydenseric/graphql-react-examples
Deno Ruck web app demonstrating graphql-react functionality using various GraphQL APIs.
jaydenseric/next-server-context
A Next.js App or page decorator, React context object, and React hook to access Node.js HTTP server context when rendering components.
jaydenseric/jsdoc-md
A Node.js CLI and equivalent JS API to analyze source JSDoc and generate documentation under a given heading in a markdown file (such as readme.md).
jaydenseric/test-director
An ultra lightweight unit test director for Node.js.
jaydenseric/device-agnostic-ui
Device agnostic styles, components & hooks for React apps.
jaydenseric/snapshot-assertion
Asserts a string matches a snapshot saved in a file. An environment variable can be used to save rather than assert snapshots.
jaydenseric/scroll-animator
Smart, lightweight functions to animate browser scroll.
fiduswriter/django-npm-mjs
A Django package to take care of npm.js ES2016+ dependencies
pocesar/react-use-qrcode
React hook that allows you to decode QR Code data in a webworker (through comlink) using @zxing/library with some adaptations for web workers. Performance-first, non-ui blocking code. Uses OffscreenCanvas if available
teqfw/di
Dependency Injection container for ES6 modules (works for browsers & nodejs).
jaydenseric/audit-age
A Node.js CLI and equivalent JS API to audit the age of installed production npm packages.
taufik-nurrohman/factory
Simple Node.js script to generate CSS, HTML, and JavaScript files from ECMAScript, Pug, and SCSS files.
jaydenseric/react-waterfall-render
Renders nested React components with asynchronous cached loading; useful for GraphQL clients and server side rendering.
mangojuicejs/mangojuice
The missing Model-Controller part for your favorite View library.
Xunnamius/babel-plugin-transform-rewrite-imports
⚡ Add an extension to import specifiers that do not already have one, replace the extensions of those that do, or even rewrite specifiers entirely.
masgalih320/kopasin-js
kopasin-js is a simple, lightweight, and customizable JavaScript library for adding copy-paste interactivity to your projects
Ammaar-Alam/doorUnlocker
A smart door control system designed for dorm rooms; utilizing an Arduino Nano ESP32 Connect, L298N motor driver, and a DC motor to provide web and Bluetooth-controlled (BLE) door automation. The system integrates with Arduino IoT Cloud for control and status monitoring through a web interface.
chalkpe/ant
Screenshot organiser :ant:
ganeshkbhat/get-imports
The module has JS functions to check all imports or required modules and check if the file is a ES Module or a CJS/ JS Module or Script
jaydenseric/eslint-plugin-optimal-modules
An ESLint plugin to enforce optimal JavaScript module design.
jaydenseric/install-from
Reliably installs a local package into another, for testing.
59naga/eastern-cli
:fireworks: a minimal & blazing fast BDD Framework for ESM Modules
gigamaster/server-directory-index
Web server directory index customization with preview, pagination, download — h5ai
jaydenseric/disposable-directory
Asynchronously creates a disposable directory in the OS temporary directory that gets deleted after the callback is done or errors.
ncpa0cpl/nodepack
Simple packaging script for node libraries based on ESBuild
Xunnamius/babel-plugin-transform-default-named-imports
⛔️ [DEPRECATED] Transform imports of named exports from default-exporting (CJS/JSON) modules to compliant syntax
idesigncode/date-input
An ESM date input component with a composable datepicker UI for React.