fosterful / scheduler

Scheduling app
http://app.fosterful.org
MIT License
25 stars 15 forks source link

Remove React from project #854

Open benjaminwood opened 2 years ago

benjaminwood commented 2 years ago

Now that blockouts have been removed from the application, our use of react isn't really justified.

Let's remove react completely in favor of using Stimulus JS where needed (date pickers, etc).

creaturenex commented 1 year ago

Hey @benjaminwood @nvick hope you have been well! I want to tackle this issue and assigned it to myself. I got paired with a mentor at https://firstrubyfriend.org/ and one thing he wanted to me to tackle was cleaner PR's by using git cherry pick. I wanted to know if you have any experience using this command? I had a chance to looking how it works seems pretty explanatory, but not sure how to apply it for this fix. ie I will be removing and editing multiple files.

creaturenex commented 1 year ago

Would it look something like this? Untitled Diagram drawio (2)

natevick commented 1 year ago

Hi @creaturenex! It is good to hear from you! I have not used that pattern, so it would be great to hear how it works.