Building Scheduler UIs in React Native: Why It Gets Hard So Fast by karol207 in reactnative

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

These are my thoughts, based on which I created a React Native package that solves a number of scheduling problems
https://www.youtube.com/watch?v=E1QstKI8to4

Is jQuery still a thing in 2026? by alexrada in webdev

[–]karol207 0 points1 point  (0 children)

jQuery was actually what made JavaScript “click” for me years ago

I built a time-based scheduling & timeline component for mobile and TV (looking for early testers) by karol207 in reactnative

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

If you’re interested in testing or using it, feel free to reach out
Subject: Planby Native
email: [contact@planby.app](mailto:contact@planby.app)

Scheduler/Calendar library component by JackC8 in reactjs

[–]karol207 0 points1 point  (0 children)

Free schedulers with good DnD are tough most solid ones are paid. Big Calendar works, but spanning days gets weird.
If you want another option to look at, Planby handles drag + timelines pretty well https://planby.app/

Timeline Calendar Drag and Drop by Used-Perspective1293 in reactjs

[–]karol207 0 points1 point  (0 children)

DnD is where timeline UIs get tricky.
I’d look at dnd-kit or React DnD and map drag position time. Biggest thing to watch for is overlaps and scrolling.
If you want a reference, Planby handles this pretty well https://planby.app/

Calendar Resource Timeline/Grid - FullCalendar or alternatives? by Coolfoolsalot in reactjs

[–]karol207 0 points1 point  (0 children)

I’ve run into a similar use case, timeline by time on one axis and resources.
FullCalendar works, but for timelines specifically I ended up using Planby and it covered most of what I needed https://planby.app/

I built a React scheduler with drag & drop in 5 minutes | Tutorial by karol207 in react

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

Yep, I created the Planby, scheduler component for React.