Slobodan Gajic (@_slobodangajic_) 's Twitter Profile
Slobodan Gajic

@_slobodangajic_

Daily coding tips | YouTube: youtube.com/c/codewithsloba

ID: 4717187669

linkhttps://codewithsloba.com/ calendar_today05-01-2016 18:27:55

143 Tweet

284 Followers

122 Following

Yousef (@ymanna3) 's Twitter Profile Photo

Both Federer and Nadal have proven to be spineless puppets of the establishment over the last week. Two of the most influential and powerful players in the sport have failed to speak up against the injustice towards their colleague. Novak Djokovic would never.

Novak Djokovic (@djokernole) 's Twitter Profile Photo

I’m pleased and grateful that the Judge overturned my visa cancellation. Despite all that has happened,I want to stay and try to compete #AusOpen I remain focused on that. I flew here to play at one of the most important events we have in front of the amazing fans. 👇

I’m pleased and grateful that the Judge overturned my visa cancellation. Despite all that has happened,I want to stay and try to compete <a href="/AustralianOpen/">#AusOpen</a> 
I remain focused on that. I flew here to play at one of the most important events we have in front of the amazing fans. 👇
Avi Yemini (@ozraeliavi) 's Twitter Profile Photo

GO NOVAK DJOKOVIC! I hope you SMASH Alex Hawke in court over the weekend again and then SMASH your haters on the court next week. So about my country, I’m embarrassed. rebelnews.com/breaking_novak…

Avi Yemini (@ozraeliavi) 's Twitter Profile Photo

The government is arguing in court that Novak Djokovic should be deported from Australia as “he may risk lives and civil order by eroding regard for Covid rules and vaccinations”. NOT that he’s a threat to spread the virus. That he’ll spread dissent. ARE YOU PAYING ATTENTION?

Vasek Pospisil (@vasekpospisil) 's Twitter Profile Photo

Novak would never have gone to Australia if he had not been given an exemption to enter the country by the government (which he did receive; hence Judge Kelly’s initial ruling). He would have skipped the Australian Open and been home with his family and no one would be.. [1/2]

Angular Community Meetup (@angular_meetup) 's Twitter Profile Photo

"Custom form controls in Angular" Use ControlValueAccessor to make an element compatible with the Angular Form API (in either Reactive or Template Driven forms). Video by Slobodan (Sloba) Gajic Slobodan Gajic 🔗 bit.ly/3HwrREA

Slobodan Gajic (@_slobodangajic_) 's Twitter Profile Photo

The useReducer hook allows you to manage the state in a more predictable way. It works by accepting a reducer function and an initial state as arguments and then returning an array that contains the current state and a dispatch function. #reactjs #hooks

Slobodan Gajic (@_slobodangajic_) 's Twitter Profile Photo

How to stop unnecessary re-rendering in #React? Using the memo function, you will render your components only when their props change. #tutorial #javascript

Slobodan Gajic (@_slobodangajic_) 's Twitter Profile Photo

#useCallback Hook in React! New video! The React useCallback Hook returns a memoized callback function. In this video, I'm gonna show you how to use useCallback hook in #React. Check my youtube channel.

Slobodan Gajic (@_slobodangajic_) 's Twitter Profile Photo

useMemo in React.js! New video! 😎 In this video, I'm gonna show you how you can use the useMemo hook in React to optimize your components and cache your heavy computational operations. Checkout the video here: lnkd.in/daHgUSHU #reactjs #hooks #tutorial

Slobodan Gajic (@_slobodangajic_) 's Twitter Profile Photo

Custom hooks in React! 😁 In this video, we'll explore how to create your own (custom) #hooks in #React, a powerful feature that allows us to extract reusable logic from components and share it across our application. Check code with sloba youtube channel for full vid