OSB
OSB copied to clipboard
An Opinionated Full Stack Shopify App Boiler
Results
18
OSB issues
Sort by
recently updated
recently updated
newest added
From `const { id } = req.params.id` to `const { id } = req.params`
https://www.npmjs.com/package/pluralize
```js import { useEffect } from "react" const DEFAULT_OPTIONS = { maxDepth: 10 } export const useNonPrimitiveEffect = (callback, inputDeps, options = DEFAULT_OPTIONS) => { const depthOf = function(object) {...