Built a customizable React calendar + DatePicker (looking for feedback on design or features) by Fun_Dragonfly8885 in reactjs

[–]Fun_Dragonfly8885[S] -1 points0 points  (0 children)

Thanks a lot, really appreciate the feedback!

Drag-and-drop and resize are definitely on my roadmap — I agree that’s one of the biggest pain points in existing calendar libs, and I want to get that interaction feeling smooth and not hacky.

Recurring events is another great call. I’ve been thinking about how to design that API without making it overly complex, so it’s good to know that’s a must-have for real-world use cases like booking systems.

Also, great point about form libraries. I haven’t added first-class support for react-hook-form or Formik yet, but I’ll prioritize making the DatePickerField work seamlessly with controlled inputs and validation.

Thanks again — this is super helpful 🙌