TypeScript Miscellaneous

Open-source TypeScript projects categorized as Miscellaneous

Top 23 TypeScript Miscellaneou Projects

  • cheerio

    The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

  • Project mention: 8 NPM Packages for JavaScript Beginners [2024][+tutorials] | dev.to | 2024-04-02

    Cheerio is your ticket to the world of server-side magic, allowing you to manipulate HTML and XML documents with jQuery-like syntax. It’s perfect for web scraping, data extraction, or just making sense of the mess that is web content. With Cheerio, you get to play around with the DOM, use CSS selectors, and basically do all the cool things you'd do in the browser, but server-side.

  • react-styleguidist

    Isolated React component development environment with a living style guide

  • Project mention: 45 NPM Packages to Solve 16 React Problems | dev.to | 2023-11-14

    react-styleguidist

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • patch-package

    Fix broken node modules instantly πŸƒπŸ½β€β™€οΈπŸ’¨

  • Project mention: Finding Stars and Affirmations in the Sky with Three.js for Ayra Starr | dev.to | 2024-04-01

    In order to allow users to use their device as a controller to adjust the position of the camera and find stars, I use the depreciated DeviceOrientationControls by patching it back into Three. In order for DeviceOrientationControls to function, we need access the user to grant access to their device's orientation. I attempt to gain access to this, alongside their camera, during a previous step of the UX using a custom composable I wrote for this purpose. You can see that permission step in the mockup video above. Once this permission is granted, we can initialize our DeviceOrienationControls with a single line.

  • agenda

    Lightweight job scheduling for Node.js

  • Project mention: Next.js vs Node.js: A Modern Contrast | dev.to | 2024-04-12

    While many ways to write scalable Node.js applications exist, all narrow down to the underlying architecture. However, common hurdles in Node.js include serving static files, task scheduling, and utilizing available resources. To combat these, you can use a tactical approach. Because serving static assets with Node.js takes CPU time, a proxy content delivery network like CloudFront should help fix it. Recurring tasks need to fire events, which isn’t reliable with setTimeout or setInterval. As a solution, you can use a task scheduler framework like agenda.js. To handle resource utilization, you can use the cluster feature in Node.js, which listens to ports, accepts new connections, and distributes them across workers with built-in smarts to avoid overloading the process.

  • react-pdf

    Display PDFs in your React app as easily as if they were images. (by wojtekmaj)

  • Project mention: 33 React Libraries Every React Developer Should Have In Their Arsenal | dev.to | 2024-01-07

    23.react-pdf

  • cosmos-js

    Sandbox for developing and testing UI components in isolation

  • Project mention: 13 best React debugging tools | dev.to | 2024-01-03

    React Cosmos emerges as an invaluable asset among React debugging tools, tailored for both React and React Native projects. It stands out by offering a conducive environment for developers to meticulously work on, test, and iterate UI components, ensuring they seamlessly integrate with the intended application settings.

  • react-joyride

    Create guided tours in your apps

  • Project mention: When to use open source UI components, and when to make from scratch? | /r/reactjs | 2023-06-07

    Thank you. You bring up some great points. By the way, these are really a very specialized libraries for creating product tours. It's a single purpose thing. Check it out https://react-joyride.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • puck

    The visual editor for React

  • Project mention: Show HN: Puck (Visual Editor for React) now supports viewport switching | news.ycombinator.com | 2024-04-18
  • ow

    Function argument validation for humans

  • react-resizable-and-movable

    πŸ–± A resizable and draggable component for React.

  • react-resizable-box

    πŸ“ A resizable component for React.

  • @sindresorhus/is

    Type check values (by sindresorhus)

  • react-inlinesvg

    An SVG loader component for ReactJS

  • Project mention: How Do I Style A SVG That Is In A React Component, Using CSS? | /r/reactjs | 2023-08-13

    https://www.npmjs.com/package/react-inlinesvg demo: https://codesandbox.io/s/github/gilbarbara/react-inlinesvg/tree/main/demo

  • mem

    Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

  • interweave

    πŸŒ€ React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.

  • react-facebook

    Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post

  • basic-ftp

    FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.

  • cashify

    πŸ’Έ Lightweight currency conversion library, successor of money.js

  • react-darkreader

    πŸŒ“ A React Hook for adding a dark / night mode to your site.

  • jsonx

    JSONX - Create React Elements, JSX and HTML from JSON

  • numeric-stepper

    πŸŽ› A numeric stepper component for React.

  • BundleMon

    A free open-source tool that helps you to monitor your bundle size on every commit and alerts you on changes.

  • component-controls

    A next-generation tool to create blazing-fast documentation sites.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Miscellaneous related posts

Index

What are some of the best open-source Miscellaneou projects in TypeScript? This list will help you:

Project Stars
1 cheerio 27,780
2 react-styleguidist 10,788
3 patch-package 9,953
4 agenda 9,236
5 react-pdf 8,530
6 cosmos-js 8,112
7 react-joyride 6,488
8 puck 4,173
9 ow 3,784
10 react-resizable-and-movable 3,712
11 react-resizable-box 2,311
12 @sindresorhus/is 1,621
13 react-inlinesvg 1,245
14 mem 1,057
15 interweave 1,048
16 react-facebook 777
17 basic-ftp 643
18 cashify 400
19 react-darkreader 275
20 jsonx 166
21 numeric-stepper 162
22 BundleMon 87
23 component-controls 78

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com