Appearance
slugify is a function convert a string to a URL-friendly slug.
slugify
This function will convert the string into a friendly URL which has an impact on SEO(Search Engine Optimization):
import { slugify } from "@titocandradev/neatcore"; const result = slugify("Hello World"); // hello-world