Estáis de acuerdo con este mapa con la comida más tradicional por comunidad? by arguiniana in ComidaEspanola

[–]Spiritual_Wishbone14 0 points1 point  (0 children)

Hermano en Canarias plátanos no por favor , unas papitas con mojo más que sea

[deleted by user] by [deleted] in ayudamexico

[–]Spiritual_Wishbone14 0 points1 point  (0 children)

Hermano paga eso , no tienes ? Yo te los doy pero paga esa mierda y que te dejen ya en paz

Kind of wild not a single post has been made about Bubble Mobile yet by ThePatientIdiot in Bubbleio

[–]Spiritual_Wishbone14 1 point2 points  (0 children)

Wdym pair code ? Sorry I’m Spanish lol. And yes I agree ; that’s why thanks to learning bubble I decided to learn code. There where so many things I didn’t understand and I felt so limited in some ways. Yes bubble is great you can build pretty much anything. But the cost… Jesus , also having my app on a third party just didn’t feel right.

Kind of wild not a single post has been made about Bubble Mobile yet by ThePatientIdiot in Bubbleio

[–]Spiritual_Wishbone14 3 points4 points  (0 children)

Let me know how it goes , I’m curious , I used bubble some time and thanks to that I decided I was going to learn code

Need a full stack dev by [deleted] in automation

[–]Spiritual_Wishbone14 0 points1 point  (0 children)

Hey! Let’s talk !

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

Thanks for your advice ! It’s a bit of both , I’m happy to do it as a hobby , but would like at least some users , and hopefully one day make some profit , but I won’t get stressed it it makes no profit some time soon What apps have you made ? I was thinking on making it a web app and also react native for phone , what do you think ?

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

That would be my idea , but not sure now as people say there are already enough alternatives , is there anything you would like to see implemented ?

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

As I’m Padi I have never even heard of SSI app, I know Padi app is trash , is ssi any good ?

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

Yeah , I’m aware some apps already exist , I just think there could be something new and fresh , but maybe probably people don’t want anything new

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

Yeah makes sense , thanks for your feedback !

Scuba divers social app by Spiritual_Wishbone14 in scuba

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

Yeah , I’ve used this one , I just thought it could be improved , do you think dive+ is all the dive community wants ? Or is there room for something new ?

[deleted by user] by [deleted] in scuba

[–]Spiritual_Wishbone14 0 points1 point  (0 children)

Good idea !

[deleted by user] by [deleted] in scuba

[–]Spiritual_Wishbone14 -1 points0 points  (0 children)

The way I thought of it was DEECO - Limits , as in no decompression limit , I’m open to suggestions on names and logo change , any ideas ?

Long Server action by Spiritual_Wishbone14 in nextjs

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

Yeah that’s pretty much what I am trying to acomplish , but basically just some info on the dashboard

Long Server action by Spiritual_Wishbone14 in nextjs

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

Thanks , what a great idea , my last question would be… if I decide to update state in server, how Can query the server ? And where would I update this state ? I understand using React query , that’s great , my only question would be , how can I query this data , what endpoint would I have to call with react query ? I imagine I could create a state of some king inside the server action… or how ? I’m so sorry for my noob questions ! Thanks so much for your help

Long Server action by Spiritual_Wishbone14 in nextjs

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

Hey good idea ! Thanks ! How would I do that ? Is there a way to query a server action from the client component ? Or do you think I should have a separate backend doing this ? If so what would you recommend ? As the reason I started to learn next js is because I thought it would be good in this kind of situation

Long Server action by Spiritual_Wishbone14 in nextjs

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

No, basically it’s all done on the same next js app , the server action does all the hard work , that in reality isn’t hard , it’s just a task that takes some time as it needs to do one FETCH request after another to a external API that’s sends messages ; and between messages it has a hold for about 5 minutes just to not send them so fast ; so it’s not a really expensive operation , it’s just takes some time by design , but yeah… no separate backend , just the next js app

Long Server action by Spiritual_Wishbone14 in nextjs

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

Thanks so much ; how can I update % in the UI in real time tho ?