Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ldgit/yard

yet another react datepicker
https://github.com/ldgit/yard

Last synced: 23 days ago
JSON representation

yet another react datepicker

Awesome Lists containing this project

README

        

# React datepicker experiment

Just an experiment to see how easy it is to integrate a not-reactive library with React.

Uses [flatpickr](https://github.com/flatpickr/flatpickr) datetime picker internally. **Note:** [fully working library](https://github.com/haoxins/react-flatpickr) exists that already does this with flatpickr.

Guidelines:

- encapsulated internal datepicker (can be replaced without affecting client code)
- must use React hooks API
- unit tested
- must work in IE9 or specify necessary polyfills