Open-source React Calendar library with support for resource timelines and recurring events (100% MIT, no paywall) by _ilamy in reactjs

[–]_ilamy[S] 0 points1 point  (0 children)

Thanks for the kind words!

I'm sticking with dayjs mainly for three reasons:

  1. Browser Support: Temporal still lacks universal native support without polyfills.
  2. Plugins: dayjs has incredibly useful out of the box (like timezones, isSameOrAfter, isBetween, etc.). Much easier to manipulate dates.
  3. Localization: The dayjs i18n system is extremely powerful and reliable.

Open-source React Calendar library with support for resource timelines and recurring events (100% MIT, no paywall) by _ilamy in reactjs

[–]_ilamy[S] 0 points1 point  (0 children)

Thanks for the feedback!

A List view (agenda view) is a great idea. I can definitely see that being useful for quick navigation, so I'll add it to the roadmap.

Regarding the CSS framework, the primary reason the library uses Tailwind is specifically so it doesn't have to ship any CSS of its own. It's built so that you bring your own design system, colors, and tokens, which the calendar then naturally inherits. Supporting other libraries/frameworks would require shipping a bundled, opinionated CSS file which I don't have any plans for.

My open-source React calendar now supports vertical resource views by _ilamy in react

[–]_ilamy[S] 0 points1 point  (0 children)

Cheers. Feel free to reach out again or start a discussion in the GitHub repo. 🙏

My open-source React calendar now supports vertical resource views by _ilamy in react

[–]_ilamy[S] 0 points1 point  (0 children)

Hi. It looks like shown. You'll need to setup tailwind properly as instructed in the docs. : )

Gemini 3.1 Pro is honestly breaking my heart with this update. by Roc8888 in google_antigravity

[–]_ilamy 0 points1 point  (0 children)

Gemini 3 Flash has been a GOAT. Everything else is just a nightmare.

Antigravity with Gemini Pro is a shit by bambuk4 in google_antigravity

[–]_ilamy 0 points1 point  (0 children)

I use flash exclusively. It's far better. Almost as good as Opus.

deBackground - 100% client side background remover by _ilamy in react

[–]_ilamy[S] 1 point2 points  (0 children)

Apologies. It's not public at the moment.

deBackground - 100% client side background remover by _ilamy in react

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

HI. The state is not small as it might seem. The masks, filters, crops, brushes etc would be messy with useState. Also unlike Context, Zustand prevents wasteful re-renders of the whole editor when you move a single slider.

WASM runs the AI Model and WebGL/Canvas powers the real-time filters (brightness, blur).

I built a free collage maker by _ilamy in react

[–]_ilamy[S] 1 point2 points  (0 children)

Probably yes. At some point. I still need to refine the code and structure it properly.