Everything a pr0 React developer needs before breakfast in the Listingslab ToolKit
cd <your-project>
npm i @listingslab/toolkit
import { slugify } from '@listingslab/toolkit'
const slug = slugify( `Changes this string to a nice url slug` )
console.log ('slug', slug)
import { ordinalSuffix } from '@listingslab/toolkit'
const suffixedNumber = ordinalSuffix( 10 )
console.log ('suffixedNumber', suffixedNumber) // 10th