Ionic Tutorial | Introduction #1
4:05
Setup ParticleJS In ReactJS
5:15
Mantine UI V7 Course #2 | AppShell
20:28
React Day-Picker Basic Setup
6:49
Style Props In Chakra UI | #2
3:01
Setup PDFMake in ReactJS
6:44
Жыл бұрын
Пікірлер
@emmaeli-m2u
@emmaeli-m2u 6 күн бұрын
Only "Thank you" I want to say 👍
@mayank.agrawal
@mayank.agrawal 23 күн бұрын
How to detect Open Wifi network
@arslan99
@arslan99 23 күн бұрын
@@mayank.agrawal open Wi-Fi meaning like public wifi?
@mayank.agrawal
@mayank.agrawal 23 күн бұрын
@ yea
@mayank.agrawal
@mayank.agrawal 23 күн бұрын
@ yes, public unsecured wifi check for android and Ios
@arslan99
@arslan99 23 күн бұрын
i made a paste bin with an example pastebin.com/58jAa3PJ you can check the network type and additional properties such as ssid and bssid. Public Wi-Fi networks often have generic or undefined SSIDs, and their authentication status may provide clues. that may help
@KeyserTheRedBeard
@KeyserTheRedBeard 23 күн бұрын
Great video, Arslan. Looking forward to your next upload! I smashed that thumbs up button on your content. Keep up the awesome work! Your explanation of setting up the Ionic CLI was very clear. How do you think integrating TypeScript with React in Ionic apps could enhance the development experience?
@arslan99
@arslan99 23 күн бұрын
@@KeyserTheRedBeard honestly I'm still working with typescript with react and ionic apps I can't fully answer this question but I'm assuming that it would definitely help with development of PW is because it already gives you an out-of-the-box experience with developing that type of app
@thelegendofzelda187
@thelegendofzelda187 26 күн бұрын
Thanks
@arslan99
@arslan99 26 күн бұрын
@@thelegendofzelda187 no worries
@Padoji
@Padoji Ай бұрын
The GOAT is back making videos again 😱
@arslan99
@arslan99 Ай бұрын
@@Padoji ahahahahahahah 😜 👊/||\_ _/¯ ¯\_ 👋 \ 😳 || \_ _/¯ ¯\_ Hopefully tho got some motivation to make some vids lol
@noquadcork
@noquadcork Ай бұрын
Also this was helpful thanks
@noquadcork
@noquadcork Ай бұрын
not the greatest car. L opinion
@arslan99
@arslan99 Ай бұрын
😭😭😭😭
@DinosaurSuccess
@DinosaurSuccess Ай бұрын
impossible to change the hover color of buttons in the createTheme
@Qwerty20121
@Qwerty20121 Ай бұрын
Niceee 👌
@arslan99
@arslan99 Ай бұрын
Tanks
@5thsurvivor350
@5thsurvivor350 Ай бұрын
Keep up the good work man !
@arslan99
@arslan99 Ай бұрын
Thank you brotha, finally had some motivation to make some videos 🙌
@shreebaskar2002
@shreebaskar2002 Ай бұрын
i have copy pasted the code solution u suggested still i get only background i cant get the particles
@arslan99
@arslan99 Ай бұрын
@@shreebaskar2002 hmmm.i. Think the code could be out of date if recommend checking the docs
@shreebaskar2002
@shreebaskar2002 Ай бұрын
​@@arslan99 thanks for the reply can u update and post the code please I cant understand and am a new using particle js in project
@arslan99
@arslan99 Ай бұрын
@shreebaskar2002 let me try to see if I can make an updated video
@shreebaskar2002
@shreebaskar2002 Ай бұрын
@@arslan99 pls try cause am using in my project I wanna finish it quickly and if u post the updated code itself enough instead of making a video..Please help me bro but thank you so much for ur reply and help I have do my helo fro my side to reach ur channel well 🤝🙏
@arslan99
@arslan99 Ай бұрын
@shreebaskar2002 yupp lemme see what I can do for ya
@shreebaskar2002
@shreebaskar2002 Ай бұрын
hi i have written the code still i cant get the output i got no error how to resolve this
@enochdollar-bill3306
@enochdollar-bill3306 Ай бұрын
Thanks
@SiddarthMenon-h8q
@SiddarthMenon-h8q Ай бұрын
I think this solution wont work with a vite react app but works fine with Create react app
@noam235
@noam235 Ай бұрын
but choose create react app if it deprecated? choose vite instead
@hanlinoo9256
@hanlinoo9256 Ай бұрын
Please helps me,what mean password(video1mins37second).Ican't any write that place.Please helps me
@arslan99
@arslan99 Ай бұрын
oh password is just your computers password
@mauricealgorithm7320
@mauricealgorithm7320 Ай бұрын
after hours of sweating you have saved me alot .Thank you sir i have subscribed.
@arslan99
@arslan99 Ай бұрын
@@mauricealgorithm7320 thank you I'm glad I could help
@front_dev_2
@front_dev_2 Ай бұрын
where is the continuation?
@arslan99
@arslan99 Ай бұрын
@@front_dev_2 I was gonna make more but I sorta got bored 😅
@front_dev_2
@front_dev_2 Ай бұрын
@@arslan99 🙃🙃🙃
@front_dev_2
@front_dev_2 Ай бұрын
@@arslan99 It means you don't like your job
@arslan99
@arslan99 Ай бұрын
@@front_dev_2 oh nah I love my job just with KZbin videos other things came up I'll prob find the motivation again soon just as of right now the passion isn't there 😅 sorry about that
@emiliotsx
@emiliotsx 2 ай бұрын
Amazing, thanks !
@aymenhb4850
@aymenhb4850 2 ай бұрын
the component re-renders when toggling, is there any solution, i used memo and it does not work
@supriyadutta3411
@supriyadutta3411 2 ай бұрын
I tried this method but it is throwing module not found error
@oussamajadidi6299
@oussamajadidi6299 2 ай бұрын
for anyone asking if the image height is > than the pdf height and pdf show just the top part of image, here is what the solution "doc.addImage(imgData,"PNG",0,0,imgWidth,imgHeight) var pageHeight = 295; var heightLeft = imgHeight; var position = 0; heightLeft -= pageHeight; while (heightLeft >= 0) { position = heightLeft - imgHeight; doc.addPage(); doc.addImage(imgData, 'PNG', 0, position, imgWidth, imgHeight); heightLeft -= pageHeight; }"
@NashIvan19
@NashIvan19 2 ай бұрын
Very helpful.
@DerekIgbereyivwe
@DerekIgbereyivwe 2 ай бұрын
Thank you chief, you really saved my ass, I have struggling on it for over 12 hours and you helped me big time
@arslan99
@arslan99 2 ай бұрын
@@DerekIgbereyivwe I'm glad im could help
@VanshChavda-b2v
@VanshChavda-b2v 2 ай бұрын
I have to pass pure html is that possible?
@HGTMotor
@HGTMotor 2 ай бұрын
Creative idea! Thanks for showing us how its made!
@HGTMotor
@HGTMotor 2 ай бұрын
Damn I've taken notes!
@AkashRaj-zc6vc
@AkashRaj-zc6vc 3 ай бұрын
what to do for non webkit browsers?
@aymangouda9708
@aymangouda9708 3 ай бұрын
❤❤❤❤❤🎉
@PreciousOsonwa
@PreciousOsonwa 3 ай бұрын
wow this is my first time commenting thanks a lot I understood everything you thought I wont be writing plenty states again material ui is so nice @Arslan you did a very nice job thanks a lot
@arslan99
@arslan99 3 ай бұрын
@@PreciousOsonwa i appreciate your comment thank you I'm glad you got a good understanding of it all
@Mahadev-x7u
@Mahadev-x7u 3 ай бұрын
Thank you...👍
@jihyukyoon7902
@jihyukyoon7902 3 ай бұрын
Jk dynamic link is being deprecated
@arslan99
@arslan99 3 ай бұрын
😭😭😭
@arslan99
@arslan99 3 ай бұрын
Damn
@jihyukyoon7902
@jihyukyoon7902 3 ай бұрын
Fire
@hyoukaisherelol
@hyoukaisherelol 4 ай бұрын
Hey nice vid, im just a newbie and i just found this very helpful
@arslan99
@arslan99 4 ай бұрын
I'm glad I could help ya out
@electroheadfx
@electroheadfx 4 ай бұрын
its good but who is not writting in typescript ? sorry
@arslan99
@arslan99 3 ай бұрын
Sorry for a late response. Unfortunately I don't actually remember 😅
@mangkoeboemie
@mangkoeboemie 4 ай бұрын
im rendering a booking receipt that sometime is really long how to break to new pages automatically?
@arslan99
@arslan99 4 ай бұрын
@@mangkoeboemie hmmm you could try asynchronous await
@bekiGYD
@bekiGYD 4 ай бұрын
you are the Best. keep it up
@divyanshsingh1347
@divyanshsingh1347 4 ай бұрын
man you literally saved me , i was having the "style property undefined issue " , but after installing this beta version , the problem is gone . Thankyou so much mate .
@arslan99
@arslan99 3 ай бұрын
Glad I could help
@wilsonmateo6346
@wilsonmateo6346 5 ай бұрын
how can i do it when the screen shot needs to be in more than one page, but i want to have some margin just to void to have spaces on the document, i try many things but it does not work here is some part of the code. const generatePDF = () => { const input = pageRef.current; if (input) { //toma la escala a la que se tomara la imagen html2canvas(input, {scale: 2, useCORS: true, allowTaint: true}).then((canvas) => { const imgData = canvas.toDataURL('image/png') const pdf = new jsPDF('landscape', 'mm', 'A4'); const imgWidth = 280; const pageHeight = 210; const margin = 10; const imgHeight = (canvas.height * (imgWidth - margin * 2)) / canvas.width; let heightLeft = imgHeight; let position = 0; pdf.addImage(imgData, 'PNG', margin, position, imgWidth - margin * 2, imgHeight); heightLeft -= pageHeight; while (heightLeft >= 0) { position = heightLeft - imgHeight; pdf.addPage(); pdf.addImage(imgData, 'PNG', margin, position, imgWidth - margin * 2, imgHeight); heightLeft -=pageHeight; } //toma el formato de la fecha const date = new Date(); const formattedDate = `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`; const fileName = `cotizacion ${selectedClientName} ${formattedDate}.pdf`; //el formato de como se llamara el archivo al ser descargado pdf.save(fileName); //aqui se descarga el pdf }); } };
@oussamajadidi6299
@oussamajadidi6299 2 ай бұрын
hey bro , did you find something
@CollinMeCrazy
@CollinMeCrazy 5 ай бұрын
goated video fr, i tried doing this a while ago and was struggling but this worked like a charm thanks man !
@Dencell
@Dencell 5 ай бұрын
Can you do this running expo go on a physical device?
@arslan99
@arslan99 5 ай бұрын
@@Dencell hmmm I am not you sure I've never tried
@chrishyde952
@chrishyde952 4 ай бұрын
Having trouble with this as well. doesn't seem to connect.
@arslan99
@arslan99 4 ай бұрын
@@chrishyde952 hmmm maybe do you have USB debugging enabled?
@Lorenzo01179
@Lorenzo01179 5 ай бұрын
What is I wanted a footer to also always display? (Edit) I think I got it but if u know a for sure way I'd appreciate a explanation
@Diduty
@Diduty 5 ай бұрын
thank you
@NKardan
@NKardan 5 ай бұрын
thank you so much it's work perfect but in the console i have the error : Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>. any advice to solve this error ????
@Lo0k-z1s
@Lo0k-z1s 5 ай бұрын
I can’t seem to customize the hover effect despite following the video.
@j.villasmil9575
@j.villasmil9575 6 ай бұрын
Hello Arslan, I see you couldn't set the page number on each page, I have the same problem, only show it at the end of the entire document
@mutiaraayun6062
@mutiaraayun6062 6 ай бұрын
i try your video and implement using next.js 14 but some how image not show when i'm using components image in react-pdf also path of image using local. any suggestion for my problem
@bfrAliShettima
@bfrAliShettima 6 ай бұрын
Nice tutorial
@prajwal1341
@prajwal1341 6 ай бұрын
thanks bro..
@ketanpatel4273
@ketanpatel4273 6 ай бұрын
Thanks for this Arslan. How can I get the drawer/overlay to close in mobile view and show the relevant component.