An open API service indexing awesome lists of open source software.

https://github.com/rothsandro/blog-chainable-class-names


https://github.com/rothsandro/blog-chainable-class-names

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Chainable Class Names

This is the demo repository for the chainable class names utility.
The project was created with create-react-app and the TypeScript template.

Read more about it: [sandroroth.com/blog/2020/large-reactive-forms](https://sandroroth.com/blog/2020/large-reactive-forms)

## Getting started

1. Clone the repository
2. Run `npm install`
3. Run `npm start` and open [http://localhost:3000](http://localhost:3000) to view it in the browser.

See `src/App.tsx` for the demo code and `src/utils/chainable-class-names.ts` for the implementation.