Joined October 2023
59 Photos and videos
Pinned Tweet
React Portfolio Project - ✅I made a cool portfolio project in December, and now I want to share it with you guys ! Check it out The live preview here 👇 || Live preview : hamportfoliowebsite.netlify.… Code here on Github 👇 || Github :github.com/CodeeHammad/portf… #reactjs
2
5
278
Building a blog website! What projects are you working on?
40
What can you do with JavaScript Right Answer only!
30
Hey Guys just created a Strong Password Generator in React js. Hooks Used : useState() useEffect() useCallback() useRef() Live Preview : passwordgeneratorcodeehammad… Dm for Source Code . #Productivity #projects #React
1
4
39
Tomorrow I will Start #100 days of Coding Challenge and will share my progress here !! #webdevelopement
1
4
114
Sora-OpenAI text-to-video model that creates min long insanely magical scenes Chair Archeology. Prompt: Archeologists discover a generic plastic chair in the desert, excavating and dusting it with great care. #soraArt #OpenAI
1
3
1,502
RIP Film Industry!! Introducing Sora An OpenAi model which creates minute-long videos from a text prompt x.com/gdb/status/17581938114… #Sora #OpenAI

2
157
Sora steps into the spotlight ! Sora developed by OpenAI, is an impressive text-to-video model. Here is the video of Italian pup which is 100% generated by Sora #Sora #OpenAI
4
523
Thank you very much! Just hit 100 followers after a patient 4-month journey. Grateful for each one of you! Let’s keep this momentum going!
3
74
Redux Store :- A Redux store is a state container which holds the application’s state 1)one store for the entire application 2)Allow access to state via getState() 3)Allows state to be updated via dispatch(action) #reactjs
66
Here is the Apple Vision Pro for sportsmen #AppleVisionPro x.com/AnEsonGib/status/17552…

90
Reducers in Redux - 1)Specify how the apps state changes in response to actions sent to the store. 2)Function that accepts state and action as arguments, and return the next state of the application (previousState , action ) => newState #reactjs #webdevelopment
4
107
If your interested in React Router Open this 👇👇 #reactjs
7 Feb 2024
Introduction to React Router Open this 🧵
1
3
136
SurgicalAR Vision is now on the Apple Store. It’s a powerful tool for precise surgery, integrated with Apple’s Vision Pro #AppleVisionPro

4
13
78
34,996
Actions in Redux - ✅The only way application can interact with the store. ✅Carry some information from the app to redux store in plain JS objects ✅It's like method, in which you can update the state #reactjs #webdevelopment #FrontEnd
Three Principles of Redux - 1)The global state of application is stored as an object inside a single store 2)The only way to change the state is to dispatch an action, object that describe what happened 3)How the state tree is updated based on actions, you write pure reducers
2
76
Three Principles of Redux - 1)The global state of application is stored as an object inside a single store 2)The only way to change the state is to dispatch an action, object that describe what happened 3)How the state tree is updated based on actions, you write pure reducers
Learn Redux Core Concepts in Simple Way Three Core Concepts: 1)Store: In Redux the store holds the state of your application. 2)Action: Describes what happened in the application. 3)Reducer: Reducer handles the action and decides how to update the state. #reactjs #webdev
3
146
Learn Redux Core Concepts in Simple Way Three Core Concepts: 1)Store: In Redux the store holds the state of your application. 2)Action: Describes what happened in the application. 3)Reducer: Reducer handles the action and decides how to update the state. #reactjs #webdev
1
6
227
nanoid is a method that generate a unique id in react-redux.
2
38
I just created a Todo Project!! In which you can, 🔹Add tasks to your heart’s content. 🔹Update them when life throws curveballs. 🔹Delete those pesky reminders that haunt your dreams. 🔹And toggle tasks with a satisfying line-through effect! ✅ #webdevelopment #reactjs
Working on a complex Todo application in React that utilizes the Context API concept. #reactjs #tailwindcss
3
84
Working on a complex Todo application in React that utilizes the Context API concept. #reactjs #tailwindcss
4
148