I just found out today that Bubble existed.
I’m super excited to port my app over to Bubble (I’ve just been coding it myself in PHP), before I start spending my money on add-ons and upgrades I’m just wondering if I can have input as to whether the following would work:
MAIN FLOW
- Having a search bar autocomplete from a client-side Javascript call and pass this value (call it x) to the next page
- The next page pushing that value (x) to Zapier to gather more information from a backend API (or perhaps the Server Side Javascript add-on; which I assume is NodeJS)?
- This information coming back and being shown on a datatable (via add-on); it take a bit of time to calculate each row so could it be passed back and presented on the table row-by-row? I’m currently doing this via AJAX in my app. Could images be presented in these datatable cells?
- Would it be possible to calculate new values that are presented on the frontend using Javascript after the table rows have loaded? And just have loading spinners there in the meantime?
- Would it also be possible to search for pre-defined values in a database using sliders and selectors and text inputs in combination with each other?
Thanks so much for any help in advance, I’m so excited to get started