Пікірлер
@YavuzBavuz
@YavuzBavuz 4 күн бұрын
Note for future people setting this up from scratch: to be able to connect to localhost, 1433 in Sql Server you need to make sure of 2 things: 1. That you do a custom download when doing the Sql server installation, and that you check the box that says local db in the features tab. 2. That you open up the Sql configuration manager, go to SQL server network config, and turn on TCP/IP of the respective database. Hope this helps~
@luisgonzaloguarnizogarcia7587
@luisgonzaloguarnizogarcia7587 4 күн бұрын
gracias , me ayudó a solucionar mi problema
@weeaix
@weeaix 7 күн бұрын
I'm curious about the "app/src" path mentioned at 12:11. What files typically reside in this path? I can't seem to find it in the current Electron Forge structure.
@arpstek205
@arpstek205 8 күн бұрын
Hi Bro Could you please make a video that include configuration of tailwind & React Routes.
@mecaniac9605
@mecaniac9605 17 күн бұрын
very thanks, you saved my project! finally a way that actually works !
@dundundungdun
@dundundungdun 21 күн бұрын
can you show the main.js script? because my index jsx not showing when npm start
@Ruan-y8f
@Ruan-y8f 25 күн бұрын
Hi -- how could I creat the distros?
@bayehiwot
@bayehiwot Ай бұрын
thank you boss it works👌
@ilhemwalker9145
@ilhemwalker9145 Ай бұрын
thank you !!! i've had this bug for months
@Sebon32
@Sebon32 Ай бұрын
Thanks a lot for the video, great material !
@lukasruman9247
@lukasruman9247 Ай бұрын
Yeah, I would recommend this approach for nearly everyone trying to get into electron. I'm really glad someone posted tutorial about electron forge that isn't outdated like 4 years ago and covers the integration of react framework. As of beginner-friendly aspect, I'm telling you, it's the best option to start and learn electron. Appreciate the video... 👍 7:27 just as you said, I used the resolve:{extensions:[(*any extension you want to be resolved, for example:) '.js', '.jsx', '.json']} webpack configuration and faced no problems whatsoever. Meanwhile, it is not a electron configuration but more of webpack configuration. Like I'm not trying to force-change your opinion, but I would die typing every extension manually.
@JudgementalPig8
@JudgementalPig8 Ай бұрын
Great explanation, just what I was looking for!
@Ghost-zi2eo
@Ghost-zi2eo Ай бұрын
Life saver
@mayedakonika6606
@mayedakonika6606 Ай бұрын
This is really helpful.Thank you
@milandash-mg4gh
@milandash-mg4gh Ай бұрын
👍👍👍
@TOMAKAIROS
@TOMAKAIROS Ай бұрын
NOTE: if webpack template is not working for anyone i recommend just cloning his git repo. it's easier. Do not waste time trying to figure out how to get it working. I took too long when i could have just cloned his repo.. lol
@rayaneaboud9043
@rayaneaboud9043 Ай бұрын
thank you
@paulohenriquemendesdesouza7459
@paulohenriquemendesdesouza7459 Ай бұрын
Electron applications can work offline?
@Fkamynk
@Fkamynk Ай бұрын
Thanks so much!!
@ZvikomboreroMasike
@ZvikomboreroMasike 2 ай бұрын
If anybody is having problems with the custom template (i.e. the webpack files aren't appearing after doing the command "npm init electron-app@latest my-new-app -- -template=webpack"), instead put in "npx create-electron-app my-new-app -- -template=webpack".
@ZvikomboreroMasike
@ZvikomboreroMasike 2 ай бұрын
It seems that there was an update to the npm that causes the old command not to work.
@littlegreymen
@littlegreymen 2 ай бұрын
very useful thank you kindly
@noddymedia
@noddymedia 2 ай бұрын
Hello is it possible to run electronjs and nodejs server together, if yes can you share a resource I can get the instruction on how to intergarde the two and run them together in one command
@mohammadnaveeth2405
@mohammadnaveeth2405 2 ай бұрын
thanks buddy it helps me more when i am currently working on it
@anthonylosego
@anthonylosego 2 ай бұрын
Sometimes I find myself talking to KZbin videos. lol "Uncheck Enforce Password Policy" and assign your login to your database. It's good practice to not use sa for uber access. But just making a user account doesn't automatically assign rights. Sure you can set the default database, but that is not rights. OR you can make the user to god mode (sa) but if you just went into the database and assigned db_read, etc, you'd have been fine and not had the data retrieval web app log in with all power to drop database, etc. As with the other comment, good tutorial for the mssql require. I always wondered what the back end was for ms sql dbs were in react apps. As a .net framework dev for desktop apps, it's nice to find info on how these fiddly web app things work. lol
@timothyelems1357
@timothyelems1357 2 ай бұрын
Thanks for the tutorial!! You had 420 subs and I'm sorry I messed that up 😅
@murugeshkumar.v9070
@murugeshkumar.v9070 2 ай бұрын
How to use MSSQL with Sequelize..? Please..!
@davifrancisco4068
@davifrancisco4068 2 ай бұрын
thanks dude
@eswanthveera3312
@eswanthveera3312 2 ай бұрын
It's working bro
@kalanaCoder
@kalanaCoder 2 ай бұрын
teach me about its do with next js + electron
@kalanaCoder
@kalanaCoder 2 ай бұрын
can i install shadcn ui, react router dom, framer motion etc ? please tell
@erwinczerniawski583
@erwinczerniawski583 2 ай бұрын
thanks bro, i spent a lot of time by searching what is going wrong.
@ebenezer8694
@ebenezer8694 2 ай бұрын
That's awesome. Can you also show how to integrate typescirpt. It would be really helpful.
@yishakabrham5002
@yishakabrham5002 2 ай бұрын
this helps me a lot thank u
@yishakabrham5002
@yishakabrham5002 2 ай бұрын
thank u sir
@Joey-pw9fm
@Joey-pw9fm 2 ай бұрын
When i create the app, for some reason it doesnt make the web pack folders. can anyone help?
@mierukoy
@mierukoy 2 ай бұрын
Thanks!
@lifesabitch6
@lifesabitch6 2 ай бұрын
Thanks a lot! Today is the first time for me to use electron, so this has saved me a lot of pain. Do you have any idea if redux-toolkit would be useable with this setup or if it would need any special configuration to use?
@kpm25
@kpm25 2 ай бұрын
Thanks, what about an Electron and Vue demo... and any other cool UI frameworks/ libraries
@smilebig3884
@smilebig3884 2 ай бұрын
Please create a small project on electron.
@ambitiousmusician
@ambitiousmusician 2 ай бұрын
thanks a lot
@LakhveerSingh-r7k
@LakhveerSingh-r7k 2 ай бұрын
please make a tutorial for building an exe file from this setup
@patt4343
@patt4343 2 ай бұрын
Thank you !
@cmtg4471
@cmtg4471 2 ай бұрын
Just a quick question, hav you tried electron-vite? Can we add tailwind css if I built my electron-react app in vite?
@CodeTega
@CodeTega 2 ай бұрын
You can, I think the rendering might be different in local, but it should be a similar set up as in this video.
@cmtg4471
@cmtg4471 2 ай бұрын
@@CodeTega I just made it work on the electron-vite just now, and it looks like its pretty similar on how you installed it, there are some settings that you really need to dig into since it was not present on any documentation and there is hardly no references on the web, thank goodness I found something that work for the project I am working on, and also thanks for the quick response.
@umutalliozsari
@umutalliozsari 2 ай бұрын
I can't add script link
@HamroshVachakkal
@HamroshVachakkal 2 ай бұрын
return () => { unsubscribe(); }; why is the call to unsubscribe written in the cleanup function of the useEffect , we can call this just after declaration of the function "const unsubscribe = " within the function of useEffect, can you explain the usage? and thanks for the tutorial , very nice introduction.
@CodeTega
@CodeTega 2 ай бұрын
Calling inside the useEffect like that will trigger it to run each time the current user is changed or auth status is updated. You can run it a number of different ways, but this acts more as a listening function to listen to the auth changes. You can run it outside and create a separate listening function, the reason I do it this way is because usually the auth change will trigger multiple events. So I can run those event functions inside to trigger on a page refresh or auth change. For example, if I need to get data for the user from other collections, or run any third party APIs I can call it inside the unsubscribe function that will trigger each time I need it to. It acts as a listening function that I can control on the front end without having to worry about unnecessary reads and writes.
@ssawia
@ssawia 2 ай бұрын
Got the same error, this worked, thanks. Just wonder how this can be an error? I believe the version of create-react-app was released a while ago I would imagine this would have been patched So can it be something else causing this?
@CodeTega
@CodeTega 2 ай бұрын
They havnt put out a release or anything that explains it. Not sure why it does this now
@aymericcappelle9104
@aymericcappelle9104 2 ай бұрын
I have an error when I clone your project, install with npm & start, only on MacOS. "[plugin-webpack] Launching dev servers for renderer process code." The app doesnt launch, do you have an idea? Thanks for the video :)
@CodeTega
@CodeTega 2 ай бұрын
I’ll look into it and get a solution
@dzyik2827
@dzyik2827 25 күн бұрын
@@CodeTega did u ever find out
@sanket4493
@sanket4493 2 ай бұрын
Which VS theme is this?
@CodeTega
@CodeTega 2 ай бұрын
It’s called Shades of Purple. It’s awesome
@error_4_O_4
@error_4_O_4 2 ай бұрын
Hey man your explanation is gold. Keep making more tutorials on react and electron. Adding my sub.
@venkateshchintapalli2360
@venkateshchintapalli2360 2 ай бұрын
Thank you bro
@CodeTega
@CodeTega 2 ай бұрын
Any time!