Skip to content

Javascript slug creator. Can be used as a key in redux reducer

Notifications You must be signed in to change notification settings

nshganesh/redux-slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-slug

Javascript slug creator. Can be used as a key in redux reducer

Install

yarn add redux-slug

Importing

import {to_slug} from "redux-slug";

Usage

to_slug("filter1 filter2 pageNo etc 123")

Resulting slug

'filter1-filter2-pageno-etc-123'