Interesting frontend repos
Interesting frontend repos (libs)
https://www.npmjs.com/package/slugify - slug the string
puppeteer - Puppeteer is a JavaScript library which provides a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi. Puppeteer runs in the headless (no visible UI) by default
https://github.com/creativetimofficial/ct-nextjs-material-kit-pro
expressjs/body-parser - Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
https://github.com/sachinchoolur/lightGallery - great Gallery and Slider - lightGallery!
https://www.npmjs.com/package/react-google-autocomplete - Google Autocomplete for React
https://www.npmjs.com/package/qs - A querystring parsing and stringifying library with some added security. And great article how to use it https://medium.com/@onejosefina/interesting-little-javascript-library-qs-f959250cf926
Comments