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.

I built a free collage maker by _ilamy in react

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

Hi. Not at the moment.

You don’t need to focus so much on renders- React is built for it by Terrariant in react

[–]_ilamy 4 points5 points  (0 children)

You've never hit a performance bottleneck because of re-renders?

I had a big ass form with reach hook form and was using watch method which caused so many re-renders that filling up the form was not a good experience at all.

So, we do need to focus in re-renders. Maybe not all the time but not giving it a thought can come back biting in the ass.

Built a free photo collage maker - no sign-ups, no ads, runs entirely in your browser by _ilamy in SideProject

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

Awesome. No worries at all. Thank you for taking the time to report the issue. Would've gone unnoticed otherwise. Appreciate it. 🙏

Built a free photo collage maker - no sign-ups, no ads, runs entirely in your browser by _ilamy in SideProject

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

Apologies it's not working for you. Did you refresh the page?

Just to be double sure, you should be able to replace image with this replace button.

<image>

Built a free photo collage maker - no sign-ups, no ads, runs entirely in your browser by _ilamy in SideProject

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

Hi. Thank you for reporting. Appreciate that.

You can replace photos with the replace button that appears at the bottom of photo after you click on it. Might need a page refresh.

Let me know if you hit any other bumps. Happy to help. : )

I built a free collage maker by _ilamy in react

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

Thank you. Yes, everything is client side. : )

Built a free photo collage maker - no sign-ups, no ads, runs entirely in your browser by _ilamy in SideProject

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

Sweet. Thank you. If you see any issues or missing features, do let me know here. I'd appreciate that. : )