- 606
- 27 447
Web Development
United States
Приєднався 1 чер 2017
Відео
Lesson 028 2024 11 23 MicroFrontend 1
Переглядів 40Місяць тому
MicroFrontend Project 1 Using vanilla javascript
Lesson 022 2024 10 20 react 13 redux
Переглядів 182 місяці тому
Day 22 10/20/2024 Linked List: get pop js.mkgalaxy.com/2024/10/08/ds-linked-list/ React JS: Redux installation is done. Integrate redux in code. Created action, and we saw how to use the action in component using dispatch Created reducer functions which will be called based type passed in dispatch and, some logic is written in reducer.
Lesson 020 2024 10 15 react 11 ll redux
Переглядів 312 місяці тому
Day 20 10/15/2024 Completed following React JS: update PUT method parseserver.us:1337/api/nodes/{id} Body: { "reference": "applicationName", "topic": "Apple", } delete DELETE METHOD URL: parseserver.us:1337/api/nodes/{id} js.mkgalaxy.com/2024/10/08/topics-project-edit-and-delete-on-server/ Installation of Redux yarn add @reduxjs/toolkit yarn add react-redux redux redux-thunk redux-logger First ...
Lesson 018 2024 10 05 react 09 edit localstorage
Переглядів 203 місяці тому
Lesson 018 2024 10 05 react 09 edit localstorage
Lesson 016 2024 09 21 react 07 delete
Переглядів 133 місяці тому
Lesson 016 2024 09 21 react 07 delete
Lesson 015 2024 09 19 react 06 api find duplicates
Переглядів 453 місяці тому
Lesson 015 2024 09 19 react 06 api find duplicates
Lesson 014 2024 09 16 react 05 localstorage
Переглядів 413 місяці тому
Lesson 014 2024 09 16 react 05 localstorage
Lesson 013 2024 09 14 react 04 local storage
Переглядів 473 місяці тому
Lesson 013 2024 09 14 react 04 local storage
Lesson 012 2024 09 12 react 03 state props
Переглядів 383 місяці тому
Lesson 012 2024 09 12 react 03 state props
Lesson 011 2024 09 09 react 02 state props
Переглядів 534 місяці тому
Lesson 011 2024 09 09 react 02 state props
Lesson 009 2024 09 03 call apply bind
Переглядів 264 місяці тому
Lesson 009 2024 09 03 call apply bind
Lesson 008 2024 09 02 Bubbling Capturing 2
Переглядів 234 місяці тому
Lesson 008 2024 09 02 Bubbling Capturing 2
Lesson 007 2024 08 31 Bubbling Capturing 1
Переглядів 264 місяці тому
Lesson 007 2024 08 31 Bubbling Capturing 1
Lesson 006 2024 08 30 Searching Algo 2 (Search String)
Переглядів 294 місяці тому
Lesson 006 2024 08 30 Searching Algo 2 (Search String)
Lesson 005 2024 08 29 Searching Algo 1
Переглядів 334 місяці тому
Lesson 005 2024 08 29 Searching Algo 1
Je veux te contacter 😊
Bjr
Very clear sir🎉
Hi team i want to join the class
Telegram Group Link: t.me/joinchat/RYKGP_OAHBdQB0gm
Unable to connect to 'localhost:1337/parse'. Cloud code and push notifications may be unavailable! i am getting error i follow video same give me replay
hi sir could i have the link access pls
Great playlist 👍👍 do not delete this playlist sir i am following I am following your playlist
Don't worry
Hello sir, i want to take this course. Can you provide me a telegram link? Please
Telegram Group Link: t.me/joinchat/RYKGP_OAHBdQB0gm
Promo*SM
Nice
Thank you for sharing, can you add your contact information, I have a question for you
TypeError: expect(...).toBeInTheDocument is not a function, im getting this error could you help on this
import { render, screen } from '@testing-library/react' import TodoInput from '..' const mockfn = jest.fn(); describe('Todoinput', () => { test('renders the input element', () => { render(<TodoInput setTodos={mockfn} completedNoOfTasks={mockfn} />); const element = screen.getAllByPlaceholderText(/Enter Some Text/i); screen.debug() expect(element).toBeInTheDocument() }) })
Are you using here redux toolkit or redux ? And said something about telegram, do you have some telegram if so i would like to join, i have learned alot from your react videos
t.me/+RYKGP_OAHBdQB0gm
@@webdevelopment4203 good, are you using toolkit here?
@@waleedsharif618 no toolkit
What if we are using fetch instead of axios, how to spy that?
Good question, i will make another video for fetch.
Why should we call function here: setTodos={mockSetTodoFunc()} ? In your real code you are just passing it and not calling and another question: what if those lists are some material ui or bootstrap lists then testing is same ? And how to test some modals or popups ?
Its first time i`m seeing that another function is being called inside setstate, your example setTodos has function call inside it called calcNumberofIncompletedTasks, shouldnt we use some other ways instead of that ? For example useeffect?
yes, you can use that, I used one way, but you can do that in useEffect, my main purpose here was explaining unit testing part.
You are testing passed props, how should we test a function inside a component which has not been passed as props ?
I will show all the ways which you can test, wait for future classes, you will be able to test everything.
quality is low sir
I can see 720p quality, what are you seeing in quality number?
@@webdevelopment4203 Now it's 720 sir
Thank you for sharing knowlegde
My pleasure
Use this url to watch this video: fccdl.in/KUjJGotqix
Sir there is no audio or video it's a blank screen
Yes, there is some problem, i am trying to fix it and upload it again.
This is not AJAX!
please we want to learn react native. make playlist on this sir
Will do soon
var name = ”kalai” typeof name = string var age = 25 typeof age = number var beer = no typeof beer = boolean var address = { street:temple street} typeof address = object var hobbies = 【“music”, “reading”】 typeof hobbies = array
please make any project using reactjs
Yes, sure
Very good teaching style.
Nice work sir. Your teaching method is awesome. Could you please make video on Vanilla JavaScript with Hands On Project. I am waiting for your revert.
ua-cam.com/play/PLj5NkfRb803ywt7PJNpahHecOvLwruwCH.html
vh5nc vum.fyi
hey how do you initialize parse server into react project
do you still need answer for this.
Good job sir!!!
i learnt everything
Can anyone provide me the list of this series?
ua-cam.com/video/LYD-ZVvMNHA/v-deo.html
i created a git lab repository with public. But after i create readme.txt as shown here and use the git push command, its always giving me D:\gitlab eactjs> git push remote: HTTP Basic: Access denied fatal: Authentication failed for 'gitlab.com/***/reactjs.git/' i am on window 10
Try to use git tortoise, and try to clone from there and see if this works, use separate folder.