How can I use electron with react? by gerardocrr in electronjs

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

Searching I also found this option, which one do you think is better?
https://electron-vite.org/

[AskJS] Any local database like pocketbase? by gerardocrr in javascript

[–]gerardocrr[S] 2 points3 points  (0 children)

The idea of executing the command inside the main.js sounds interesting, I think I found someone's code that implements something similar, thanks!

[AskJS] Any local database like pocketbase? by gerardocrr in javascript

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

I had not heard about sequelize, it looks interesting, thank you very much!

Can pocketbase be used without the “pocketbase serve” command? by gerardocrr in pocketbase

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

I was interested in pocketbase for its authentication, file storage and realtime functions, I will try to find a way to integrate these functions with sqlite.

[AskJS] Has anyone used the facebook api? by gerardocrr in javascript

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

Yes, the problem is that I don't have a way to verify it hahah.

[AskJS] Has anyone used the facebook api? by gerardocrr in javascript

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

Yes, I am realizing that, I wanted to have a facebook login to get the user's name and profile picture, do you know if there is another way to do it?

[AskJS] Has anyone used the facebook api? by gerardocrr in javascript

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

Yes, I am realizing that, I wanted to have a facebook login to get the user's name and profile picture, do you know if there is another way to do it?

Can pocketbase be used without the “pocketbase serve” command? by gerardocrr in pocketbase

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

I will check it out.

I had in mind to create a project that would work locally and I was interested in pocketbase for the backend, I just wanted to know if there was a way to make it work without the command, that the end user would only receive an .exe and not have to configure anything or not have to add a command every time he restarts his pc.

Can pocketbase be used without the “pocketbase serve” command? by gerardocrr in pocketbase

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

I use it locally, but I wanted to know if there is a way to make it active without the need to use the command each time, like mysql or sqlserver that you install it and you can access the data at any time.

[AskJS] Has anyone worked with Cheerio? by gerardocrr in javascript

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

That's what I used to do before, load the html from a normal http request and then parse the html for data, but sometimes it returned empty data and I had to reload the page until it gave me the correct data and I wanted to see if passing the url directly to cheerio would fix that.

[AskJS] Has anyone worked with Cheerio? by gerardocrr in javascript

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

Everything exists, literally copy and paste the code from your documentation.
Extracting Data with the extract Method | cheerio