Enzyme

Enzyme is a JavaScript Testing utility for React that makes it easier to test your React Components’ output. You can also manipulate, traverse, and in some ways simulate runtime given the output. Enzyme’s API is meant to be intuitive and flexible by mimicking jQuery’s API for DOM manipulation and traversal. Leggi tutto…

Lottiefiles

Lightweight, scalable animations for your website and appsads and social mediadocs and pitches LottieFiles provides all the tools that you need to create, edit, test and display Lottie animations. https://lottiefiles.com/

Danfojs: powerful javascript data analysis toolkit

https://github.com/javascriptdata/danfojs Danfo.js is a javascript package that provides fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It is heavily inspired by Pandas library, and provides a similar API. This means that users familiar with Pandas, can easily pick up danfo.js.

SuperTokens

https://github.com/supertokens SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based), Social / OAuth 2.0 etc… Access control Session management User management Self hosted / managed cloud

Partytown

https://github.com/BuilderIO/partytown Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread. Its goal is to help speed up sites by dedicating the main thread to your code, and offloading third-party scripts to a web worker. The philosophy is that Leggi tutto…