Nilesh Technology
Nilesh Technology
  • 355
  • 1 311 726
React Tutorial #25 | Tours Project | useEffect | Read More, Show Less | Beginner to Advance Series
Tour Project
Read More
Show Less
Remove Tour
React useEffect Hook
useEffect
use Effect
useEffect Hook
React Hook
React Hooks
Component
examples
ReactJS
React Tutorial
Buy me a Coffee : buymeacoffee.com/nileshtechnology
Git Repository: github.com/nileshborate/react-youtube
React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html
Phases : Mounting, Updating, Unmounting
constructor(props): This is the first lifecycle method called when a component is created.
static getDerivedStateFromProps(props, state): This static method is invoked just before rendering, both on the initial mount and on subsequent updates.
render(): The render() method is the most crucial lifecycle method and is required in every component. It is responsible for rendering the component's HTML markup and returning the React elements that make up the component's UI.
componentDidMount(): This method is called immediately after the component is mounted (i.e., inserted into the DOM). It is commonly used to perform actions that require interactions with the browser or external APIs, such as fetching data from a server.
shouldComponentUpdate(nextProps, nextState): This method is called before rendering when new props or states are received. It allows you to optimize performance by controlling whether the component should re-render or not. By default, React re-renders a component whenever its props or state change.
componentDidUpdate(prevProps, prevState): This method is invoked immediately after the component’s updates are reflected in the DOM. It is useful for performing actions after a component’s state or props have changed.
componentWillUnmount(): This method is called just before the component is unmounted and removed from the DOM.
Error handling phase is where we catch all the errors that occur in our application
Optional:
static getDerivedStateFromError()
static getDerivedStateFromError() is called when a component encounters an error. This method enables us to handle errors in the application.
componentDidCatch()
componentDidCatch() method works similar to static getDerivedStateFromError() method. It is called after an error in any child component occurs.
react js
React JS
REACT JS
REACT JS COURSE FOR BEGINNERS
react js course for beginner
react js tutorials
react js basic to advance
react js basic
react js advance
react
React
REACT
REACT COURSE FOR BEGINNERS
react course for beginner
react tutorials
react basic to advance
react basic
react advance
react project
Popular Searches
___________________
#nileshtechnology
#ReactJS
#ReactProgramming
#ReactDevelopment
#CSS3
#CSSDevelopment
#PythonProgramming
#PythonCoding
#PythonDevelopment
#HTML5
#HTMLCoding
#HTMLDevelopment
#WebDevelopment
#FrontEndDevelopment
#BackEndDevelopment
#FullStackDevelopment
#SoftwareDevelopment
#ProgrammingTips
#CodingTutorials
#CodeNewbie
#TechEducation
#LearnToCode
#ProgrammingLanguages
#ComputerScience
#CodingSkills
#CodingBootcamp
#CodeWithMe
#CodeForBeginners
#CodeForKids
#CodeChallenge
#CodePractice
#Algorithm
#DataStructures
#SoftwareEngineering
#WebDesign
#TechCommunity
#DeveloperLife
#CodeIsLife
#CodeLikeALegend
#GeekLife
#TechTips
#ProgrammingInspiration
#CodingJourney
#DigitalSkills
#CProgramming
#CProgrammingLanguage
#CPlusPlus
#CPlusPlusProgramming
#JavaScript
#JavaScriptDevelopment
#ReactJS
#ReactProgramming
#ReactDevelopment
#CSS3
#CSSDevelopment
#PythonProgramming
#PythonCoding
#PythonDevelopment
#HTML5
#HTMLCoding
#HTMLDevelopment
#WebDevelopment
#FrontEndDevelopment
#BackEndDevelopment
#FullStackDevelopment
#SoftwareDevelopment
#ProgrammingTips
#CodingTutorials
#CodeNewbie
#TechEducation
#LearnToCode
#ProgrammingLanguages
#ComputerScience
#CodingSkills
#CodingBootcamp
#CodeWithMe
#CodeForBeginners
#CodeForKids
#CodeChallenge
#CodePractice
#Algorithm
#DataStructures
#SoftwareEngineering
#WebDesign
#TechCommunity
#DeveloperLife
#CodeIsLife
#CodeLikeALegend
#GeekLife
#TechTips
#ProgrammingInspiration
#CodingJourney
#DigitalSkills
.
.
Python OOPS
th-cam.com/play/PL5iMxK9f2ge6d9mkf3xqSBmkT4x2MsQRW.html
.
Python Tutorial
th-cam.com/play/PL5iMxK9f2ge4Nyif9LxcGI_oW1dU7sZiq.html
.
PHP CMS Blog Application
th-cam.com/play/PL5iMxK9f2ge5ZNpDH5U7nvlTYzUAiz3yG.html
.
.
.
please drop a mail or type your questions in the comment section.
Mail ID : nileshhanumantborate@gmail.com
Website : nileshtechnology.in
Instagram: nileshtechnology
#nilesh #nileshtechnology
มุมมอง: 387

วีดีโอ

React Tutorial #24 | Fetch Data From API | useEffect | fetch | Beginner to Advance Series
มุมมอง 1404 หลายเดือนก่อน
Fetch data from API - using useEffect, fetch function React useEffect Hook useEffect use Effect useEffect Hook React Hook React Hooks Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html Phases : Mounting, Updating, Unmounting co...
React Tutorial #23 | React Hooks | useEffect | Beginner to Advance Series
มุมมอง 1844 หลายเดือนก่อน
React useEffect Hook useEffect use Effect useEffect Hook React Hook React Hooks Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html Phases : Mounting, Updating, Unmounting constructor(props): This is the first lifecycle method c...
React Tutorial #22 | React Life Cycle | Mounting, Updating, Unmounting | Beginner to Advance Series
มุมมอง 1575 หลายเดือนก่อน
React Life Cycle Life cycle of react Component life cycle Class Component life cycle React Mounting React Updating React Unmounting Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html Phases : Mounting, Updating, Unmounting cons...
React Tutorial #21 | Keep-Note using Props, Components | Mini Project | Beginner to Advance Series
มุมมอง 1405 หลายเดือนก่อน
Keep Note React Mini Project React Project keep note react react keep note react keep-note Props Props in react Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react j...
React Tutorial #20 | ToDo using Props, Components | Mini Project | Beginner to Advance Series
มุมมอง 1085 หลายเดือนก่อน
React Mini Project React Project todo react todo react to do Props Props in react Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react js...
React Tutorial #19 | Movie Listing using Props, Components | Mini Project | Beginner to Adv Series
มุมมอง 1765 หลายเดือนก่อน
React Mini Project React Project Movie Listing Props Props in react Component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react js tutorials rea...
React Tutorial #18 | Pass function as Props | Props Function | Beginner to Advance Series
มุมมอง 645 หลายเดือนก่อน
Props as a function Pass function to props Pass function as props Props Props in react examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react js tuto...
React Tutorial #17 | Basic Form Validation | Login Validation | Beginner to Advance Series
มุมมอง 445 หลายเดือนก่อน
form validation React Form Validation Basic Form validation React validation React form basic form checkbox radiobutton radio button dropdown select option react InputField input textfield onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6...
React Tutorial #16 | Conditional Rendering | Using If-Else and Ternary | Beginner to Advance Series
มุมมอง 685 หลายเดือนก่อน
Conditional Rendering If else rendering ternary operator rendering react onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner rea...
React Tutorial #15 | Basic Form | Checkbox Radiobutton Dropdown | Beginner to Advance Series
มุมมอง 695 หลายเดือนก่อน
form React form basic form checkbox radiobutton radio button dropdown select option react InputField input textfield onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FO...
React Tutorial #14 | Hide and Show | button onClick Event | Beginner to Advance Serie
มุมมอง 625 หลายเดือนก่อน
multiple input field multiple input react InputField input textfield onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react j...
React Tutorial #13 | Multiple Input Field Example | Input onChange Event | Beginner to Advance Serie
มุมมอง 865 หลายเดือนก่อน
multiple input field multiple input react InputField input textfield onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react j...
React Tutorial #12 | InputField Or TextField | Input onChange Event | Beginner to Advance Series
มุมมอง 655 หลายเดือนก่อน
InputField input textfield onchange onchange event examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js course for beginner react js tutorials react js basic to advance reac...
React Tutorial #11 | Props in React | Props with Class Component | Beginner to Advance Series
มุมมอง 205 หลายเดือนก่อน
Props React Props ReactJS Props props example props tutorial props program props with class props with class component examples ReactJS React Tutorial Buy me a Coffee : buymeacoffee.com/nileshtechnology Git Repository: github.com/nileshborate/react-youtube React Playlist : th-cam.com/play/PL5iMxK9f2ge6zAbueQtot7pbUXVdesYSu.html react js React JS REACT JS REACT JS COURSE FOR BEGINNERS react js c...
React Tutorial #10 | Props in React | Props with Function Compo | Beginner to Advance Series
มุมมอง 265 หลายเดือนก่อน
React Tutorial #10 | Props in React | Props with Function Compo | Beginner to Advance Series
React Tutorial #9 | Digital Clock using state | function & Class Compo | Beginner to Advance Series
มุมมอง 426 หลายเดือนก่อน
React Tutorial #9 | Digital Clock using state | function & Class Compo | Beginner to Advance Series
React Tutorial #8 | Inc Dec using useState | function & Class Component | Beginner to Advance Series
มุมมอง 926 หลายเดือนก่อน
React Tutorial #8 | Inc Dec using useState | function & Class Component | Beginner to Advance Series
React Tutorial #7 | State With Class Component | state & setState | Beginner to Advance Series
มุมมอง 306 หลายเดือนก่อน
React Tutorial #7 | State With Class Component | state & setState | Beginner to Advance Series
React Tutorial #6 | State With Functional Component | useState Hook | Beginner to Advance Series
มุมมอง 496 หลายเดือนก่อน
React Tutorial #6 | State With Functional Component | useState Hook | Beginner to Advance Series
React Tutorial #5 | React Button Click Event | Function Example | Beginner to Advance Series
มุมมอง 626 หลายเดือนก่อน
React Tutorial #5 | React Button Click Event | Function Example | Beginner to Advance Series
React Tutorial #4 | What is JSX | React Fragment | Beginner to Advance Series
มุมมอง 646 หลายเดือนก่อน
React Tutorial #4 | What is JSX | React Fragment | Beginner to Advance Series
React Tutorial #3 | What is Component | Function Vs Class Component | Beginner to Advance Series
มุมมอง 2096 หลายเดือนก่อน
React Tutorial #3 | What is Component | Function Vs Class Component | Beginner to Advance Series
React Tutorial #2 | Installation & Setup | React First Program | Beginner to Advance Series
มุมมอง 4446 หลายเดือนก่อน
React Tutorial #2 | Installation & Setup | React First Program | Beginner to Advance Series
React Tutorial #1 | Introduction | Zero to Hero | Beginner to Advance Series
มุมมอง 3766 หลายเดือนก่อน
React Tutorial #1 | Introduction | Zero to Hero | Beginner to Advance Series
Django Donation & Volunteer System Project | Django Project | Donation, Volunteer, Admin Users
มุมมอง 9K10 หลายเดือนก่อน
Django Donation & Volunteer System Project | Django Project | Donation, Volunteer, Admin Users
Python - Example of Multiprocessing | Python Beginners | Tutorials
มุมมอง 3182 ปีที่แล้ว
Python - Example of Multiprocessing | Python Beginners | Tutorials
Python - To get geographical Location name | Python Beginners | Tutorials
มุมมอง 2912 ปีที่แล้ว
Python - To get geographical Location name | Python Beginners | Tutorials
Python - Thread Example | Python Beginners | Tutorials
มุมมอง 1282 ปีที่แล้ว
Python - Thread Example | Python Beginners | Tutorials
Python - To get Space Details | Python Beginners | Tutorials
มุมมอง 2312 ปีที่แล้ว
Python - To get Space Details | Python Beginners | Tutorials

ความคิดเห็น

  • @manya208
    @manya208 3 วันที่ผ่านมา

    Pls provide circular doubly , doubly linked list and more topics covering data structure using C

  • @gamingwithsp5058
    @gamingwithsp5058 6 วันที่ผ่านมา

    Good Project and Explanation ❤

  • @duda.tec01
    @duda.tec01 10 วันที่ผ่านมา

    Eu não sei colocar a minha interface (tela de login, etc) dentro do emulador.. o emulador já está instalado só não sei como colocar minha aplicação nele para ver como está meu aplicativo.. alguém poderia me ajudar ????

  • @sivakumar-rl5kv
    @sivakumar-rl5kv 15 วันที่ผ่านมา

    Tq is small word to say sir. It help us a lot

  • @SameerShaikh-gk2uy
    @SameerShaikh-gk2uy 15 วันที่ผ่านมา

    Virtualenv env is not running

  • @Sakuraplayz-e6s
    @Sakuraplayz-e6s 15 วันที่ผ่านมา

    But as a provider, how to check the orders of customer? Where to check, who purchased or booked something

  • @anshikakeshari1617
    @anshikakeshari1617 21 วันที่ผ่านมา

    Thank you so much sir ❤❤ I can't make the project on django ...I had more try to make the project on django but can't make the project because of you ....I made it thank you again ❤🎉

  • @nelsonsemedo836
    @nelsonsemedo836 26 วันที่ผ่านมา

    I`ve just begun watching n the conclusion is you teach well

  • @huzaifasayyed6841
    @huzaifasayyed6841 หลายเดือนก่อน

    Sir abhi tak to apka code copy kar ke mai project bana rha tha to sahi chal rha tha but .... Delete functionality wala code per error araha hai chal nhi rha hai

  • @DriveuseOnly
    @DriveuseOnly หลายเดือนก่อน

    hey my logout is not working how to fix this

  • @akashkumarmaurya7104
    @akashkumarmaurya7104 หลายเดือนก่อน

    Sir I have got field Id expected a number but got error '${form.elements["custid"].value}

  • @taleszaiduyo9384
    @taleszaiduyo9384 หลายเดือนก่อน

    How do we access the admin side?

  • @alphybenny6465
    @alphybenny6465 หลายเดือนก่อน

    04:02:20 plus button is not working

  • @MT_SABEEHAM
    @MT_SABEEHAM หลายเดือนก่อน

    Can you please provide the source code

  • @ganeshpetla5029
    @ganeshpetla5029 หลายเดือนก่อน

    Good sir

  • @MadhuSakalabhaktula
    @MadhuSakalabhaktula หลายเดือนก่อน

    can you share it zip file to me

  • @shahrukhhabibsifan9361
    @shahrukhhabibsifan9361 หลายเดือนก่อน

    02:50:00 watch again

  • @karishmajadhav4218
    @karishmajadhav4218 หลายเดือนก่อน

    Bro make a vdo on deployment of this project

  • @shreyapatil5814
    @shreyapatil5814 2 หลายเดือนก่อน

    doesn't this project has admin side

  • @pritinavghane5571
    @pritinavghane5571 2 หลายเดือนก่อน

    What u used java or kotlin

  • @RohitYadav-z1q5r
    @RohitYadav-z1q5r 2 หลายเดือนก่อน

    sir aapan khup chhan project shikvl ahe but thod expalin kel asta tr ajun khup bettrr understanding zali asti .. but thanks for the project

  • @myprojectsprograms4305
    @myprojectsprograms4305 2 หลายเดือนก่อน

    Sir database ke liye aapne kya kiya

  • @shaikmohammedasif7599
    @shaikmohammedasif7599 2 หลายเดือนก่อน

    3:15:40 😄

  • @ankitashingle8247
    @ankitashingle8247 2 หลายเดือนก่อน

    how can I change the font in listview?

  • @pravinearn1163
    @pravinearn1163 2 หลายเดือนก่อน

    Bhai iska database kaha hai agar cmd me user ka data dekhna hoga to kaise dekhenge

    • @nileshtechnology
      @nileshtechnology 2 หลายเดือนก่อน

      django me sqlite file create hoti he, project directory me, wo sqlite browser me open karke dekhna

  • @myprojectsprograms4305
    @myprojectsprograms4305 2 หลายเดือนก่อน

    Sir iis project ka discription ya synopsis provide ho jayegi Kya

  • @shahrukhhabibsifan9361
    @shahrukhhabibsifan9361 2 หลายเดือนก่อน

    01:42:38

  • @AyushGoyal-b3o
    @AyushGoyal-b3o 2 หลายเดือนก่อน

    can we use urlpatterns = [ path("accounts/", include("django.contrib.auth.urls")), ] instead of multiple urls for login, logout, password change etc. without affecting forms and views? This will reduce the amount of code.

  • @AnjaliSingh-if9lg
    @AnjaliSingh-if9lg 2 หลายเดือนก่อน

    Sir download Material is not attached with android studio

  • @ANKITADEY-mh4lb
    @ANKITADEY-mh4lb 2 หลายเดือนก่อน

    In which app is this android development working?

  • @Adeeti-lu7hd
    @Adeeti-lu7hd 2 หลายเดือนก่อน

    2:13:22 my registration page is giving "Password based authentication Enable Disable with radio button " Why is this happening

  • @AlcottWendy-r6x
    @AlcottWendy-r6x 2 หลายเดือนก่อน

    Taylor James Rodriguez Anna Harris Jessica

  • @Adeeti-lu7hd
    @Adeeti-lu7hd 2 หลายเดือนก่อน

    1:41:00 the products are not visible when I am coding...please somebody help me

    • @neelpatel0975
      @neelpatel0975 2 หลายเดือนก่อน

      Same problem did you get the solution please reply

    • @Adeeti-lu7hd
      @Adeeti-lu7hd 2 หลายเดือนก่อน

      yes I solved the problem....just put an inline css "style border " in the <img src > it will start displaying @@neelpatel0975

    • @Adeeti-lu7hd
      @Adeeti-lu7hd 2 หลายเดือนก่อน

      @@neelpatel0975 yes, just add style border in the <img src >tag, image will be displayed

    • @divyasoni5729
      @divyasoni5729 2 หลายเดือนก่อน

      @@neelpatel0975 do you get solution??

    • @Adeeti-lu7hd
      @Adeeti-lu7hd 2 หลายเดือนก่อน

      @@neelpatel0975 just add border styling to img tag

  • @yaseenal-haidery6935
    @yaseenal-haidery6935 2 หลายเดือนก่อน

    Please send my documents

    • @nileshtechnology
      @nileshtechnology 2 หลายเดือนก่อน

      document is in that zip file folder

    • @yaseenal-haidery6935
      @yaseenal-haidery6935 2 หลายเดือนก่อน

      @@nileshtechnology I don't have money

  • @anushkasane8845
    @anushkasane8845 2 หลายเดือนก่อน

    When i Created Lab test activity my find doctor activity never worked the same

  • @ArzoEdu
    @ArzoEdu 2 หลายเดือนก่อน

    i dont have option of avd manager what should i do

  • @ThefactorBD-kz4ql
    @ThefactorBD-kz4ql 2 หลายเดือนก่อน

    Sir we need more project to practice. Please upload a multi vendors e Commerce website as soos as possible 🙏

  • @sathishk3532
    @sathishk3532 2 หลายเดือนก่อน

    download materials page not found so i want these material anyone have these materials?

  • @dhanashrikorde29
    @dhanashrikorde29 2 หลายเดือนก่อน

    Cannot login to admin page after creating superuser

  • @OksanaMaksymuk
    @OksanaMaksymuk 2 หลายเดือนก่อน

    Whiich enviroment did you use for this project?

  • @zhihadhamada8960
    @zhihadhamada8960 2 หลายเดือนก่อน

    1:44

  • @zhihadhamada8960
    @zhihadhamada8960 2 หลายเดือนก่อน

    1:34

  • @KizzaEmmanuel-rp8le
    @KizzaEmmanuel-rp8le 2 หลายเดือนก่อน

    motivated me

  • @zhihadhamada8960
    @zhihadhamada8960 2 หลายเดือนก่อน

    1:26

  • @zhihadhamada8960
    @zhihadhamada8960 2 หลายเดือนก่อน

    39:00 do 1:06

  • @ThefactorBD-kz4ql
    @ThefactorBD-kz4ql 2 หลายเดือนก่อน

    Hello sir I am from Bangladesh and very happy to announce that have completed this project 🎉. Thanks a lot for this kinds of job Take ❤❤ from Bangladesh.

    • @nileshtechnology
      @nileshtechnology 2 หลายเดือนก่อน

      Keep it up. Keep Learning

  • @ThefactorBD-kz4ql
    @ThefactorBD-kz4ql 3 หลายเดือนก่อน

    Hello sir I am glade to speak that I have completed 80% of this project. Now I face a problem is DonationArea not showing in "accepted - volunteer.html " page

  • @abdurrahamanshohan7303
    @abdurrahamanshohan7303 3 หลายเดือนก่อน

    sir, my django version is 5.0.6 and in this video the version is 5.0.1. so there will be any changes in the code for this difference of the version?

  • @Vara_kookie
    @Vara_kookie 3 หลายเดือนก่อน

    Do i have to extract the document first and after that open in android studio??

  • @rajeshloganathan2193
    @rajeshloganathan2193 3 หลายเดือนก่อน

    sir virtual not Activate, I have install properly not working Properly