Pinned Repositories
camelcase
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
cloudflare-worker-template
demo
gatsby
Build blazing fast, modern apps and websites with React
gatsby-starter-bulma-storybook
A minimal Gatsby starter which includes Bulma and Storybook
js-class-is
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
js-ipfs-block-service
JavaScript Implementation of Block and BlockService
p-try-each
Runs promise-returning functions in series but stops whenever any of the functions were successful. If all functions reject, the promise will be rejected with the error of the final task
pedromiguelss
PedroMiguelSS's Repositories
PedroMiguelSS/cloudflare-worker-template
PedroMiguelSS/camelcase
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
PedroMiguelSS/demo
PedroMiguelSS/gatsby
Build blazing fast, modern apps and websites with React
PedroMiguelSS/gatsby-starter-bulma-storybook
A minimal Gatsby starter which includes Bulma and Storybook
PedroMiguelSS/js-class-is
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
PedroMiguelSS/js-ipfs-block-service
JavaScript Implementation of Block and BlockService
PedroMiguelSS/p-try-each
Runs promise-returning functions in series but stops whenever any of the functions were successful. If all functions reject, the promise will be rejected with the error of the final task
PedroMiguelSS/pedromiguelss
PedroMiguelSS/react-concurrent-mode
First approach to React Concurrent Mode
PedroMiguelSS/react-select
The Select Component for React.js
PedroMiguelSS/react-suspense
First approach to React Suspense feature