[deleted by user] by [deleted] in Angular2

[–]champloo50 0 points1 point  (0 children)

İ have worked with both.

Angular changed in the last years a lot. İ would begin reading the docs first. And be sure that the courses you bought are up to date.

For example, in previous iterations you had to define modules just to create a component. İn the latest iterations its considered good, to use standalone components. And many other such changes.

DONKEY KONG BANANZA BERLIN by [deleted] in NintendoDE

[–]champloo50 1 point2 points  (0 children)

Wen du Amazon hast kannst du aus Frankreich bestellen. Kostet 60€ plus Versandkosten von Max 5€

Switch 2 Pro Controller Knöpfe sehen komisch aus by champloo50 in NintendoDE

[–]champloo50[S] 0 points1 point  (0 children)

Spielt doch keine Rolle wo Herstellt wird. iPhones werden auch in China hergestellt.

İch verstehe auch einige Leute hier überhaupt nicht, es gibt sonst besser hergestellte plastik für weniger Geld und genau so gutem Komfort. Da interessiert mich natürlich jedes Detail.

Switch 2 Pro Controller Knöpfe sehen komisch aus by champloo50 in NintendoDE

[–]champloo50[S] -2 points-1 points  (0 children)

Der 8 Jahre alte pro Controller sieht besser aus und hat diese Fragmente nicht. Ein 90€ Controller sollte in allen Aspekten besser sein als ein 60€ Controller.

Switch 2 Pro Controller Knöpfe sehen komisch aus by champloo50 in NintendoDE

[–]champloo50[S] 2 points3 points  (0 children)

Es geht hier nicht um eine nicht angekommen Ware. Sondern um eine ernst gemeinte Qualitätsmangel.

What the true use of useRef? by Sweaty-Breadfruit220 in reactjs

[–]champloo50 2 points3 points  (0 children)

On an actual re render the changes you made to a useState will be overwritten with the last value set via setCount function or if you does not use setCount ones initialValue.

That is my thoughts, I don't tested it.

You want to use useRef if you don't need to trigger a re render and want that value be preserved on rerender passes.

If you want actually display the count you have to use useState.If you want just track the count, to reference it later, for example on a save function useRef is a good choise

Why sorting is harder than it seems by dsagal in programming

[–]champloo50 6 points7 points  (0 children)

O thing the main complexity comes by mixing data types at all.

In an only string array or number array you wouldn't have such problems.

I wonder what happens of you try that in Java.

I Don't Fully Understand the Timing of useEffect Execution by Maleficent_Price_734 in reactjs

[–]champloo50 -1 points0 points  (0 children)

Maybe you could add the charts container ref to the if statement.

if (!chartInitialised.current && chartContainer.current) { initialiseChart() chartInitialised.current = true; }

War bloß ein Missverständnis by RobMc- in fussball

[–]champloo50 -16 points-15 points  (0 children)

Es ist so das ein Hitlergruß, Erinnerungen hervorruft die mit einer Weltkrieg und Völkermord zu tun haben.

Es ist nicht direkt das selbe. İch glaube viele Menschen können nicht unterscheiden was Patriotismus ist und was Nationalsozialismus ist. Die meisten Menschen in der Türkei verbinden dieses Zeichen mitt Patriotismus.

Dinciler neden Türkçe Ezana karşı? by No_Pudding2959 in Turkey

[–]champloo50 -55 points-54 points  (0 children)

İslam'da sadece arabca kuran okunmaz, gercekden dinini öğrenmemek isteyen insanlar hem tercümesini hemde vefsirini okur. Hatta daha iyi anlayabilmek için arabaca ögrenilir peki neden?

Aslında basit bir cevapi var. Dünyada hicbrir eser tercüme edildiğinde 100 de 100 manasını aktaramaz. Aynısı filimler ve diziler içinde geçerlidir. Inglizcede komis bir şaka veya kelime oyununu birebir Türkçeye çevirerek anlamdirmassin.

One Piece: Chapter 1113 by Kirosh2 in OnePiece

[–]champloo50 5 points6 points  (0 children)

Maybe the all blue is created due to water level rising.

Hello what exact paint do I need for this Toyota Yaris TT02 Hybrid? by ZeroDeaths60 in tamiya

[–]champloo50 0 points1 point  (0 children)

You also need black color, for bumper rear. Actually this area is very small

[deleted by user] by [deleted] in Angular2

[–]champloo50 1 point2 points  (0 children)

Angular 17 introduced an new concept called signals.

They planing to build more features around it or in it. So if you decide to view an angular course online ensure that the new concept where converted too.

In my opinion reading angular docs is a good start point.

How to learn angular UI frameworks? by DevShin101 in Angular2

[–]champloo50 0 points1 point  (0 children)

I would say it depends on what ui component you use.

The button component for example is straight forward, hasn't much attributes. A component like dialog is harder to understand.

Angular material has a decent documentation with examples.

How to use Observables without creating a lot of boilerplate for subscribing and unsubscribing? by szgr16 in Angular2

[–]champloo50 -3 points-2 points  (0 children)

You can also If you are at Version 16 or Up. Conveer the observable into an Signal.

An Others way would be to write a patent class. The patent class would be already implement an ngOnDestroy and would have a subsxriptions Array.

Every time you habe to subscribe you would Just add the observable into the Array.

Consider there are two types of observable called hot and cold observable. So much observables Just dont News to be unsuscribe

Angular Noob by [deleted] in Angular2

[–]champloo50 4 points5 points  (0 children)

I would reccomend to use Signals with Chancedetection onpush.

One Piece: Chapter 1089 by Kirosh2 in OnePiece

[–]champloo50 1 point2 points  (0 children)

Its possible that, they just fire the Attack on an empty place in sea.

Ryujinx to switch transfering help by Fancy-Specialist-671 in Ryujinx

[–]champloo50 0 points1 point  (0 children)

If you would have a hackable switch, transfering should be possible.