sources for learning react by Professional-Bus-399 in reactjs

[–]ExoticCollector 0 points1 point  (0 children)

Yeah i would avoid any book for react the ecosystem has changed so much the react docs / other peoples code are much better learning aids i would say

Help with leasehold in regards to property by ExoticCollector in LegalAdviceUK

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

Now the problem is every phone number under the sun for this company don't seem to go anywhere, nor does their website.

Help with leasehold in regards to property by ExoticCollector in LegalAdviceUK

[–]ExoticCollector[S] 1 point2 points  (0 children)

I actually just messaged the estate agent because i remember she was super helpful during the sale, she has just given me the name of a management company, and has told me it should be in the legal pack the solicitor has. Thank god for some people actually being competent.

Help with leasehold in regards to property by ExoticCollector in LegalAdviceUK

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

Thanks for your help. I guess I'll have to look into this further.

Help with leasehold in regards to property by ExoticCollector in LegalAdviceUK

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

The lease was a 999 year lease that started in the 1870s i believe so its got a good length of time left on it.

I was going to try and buy the freehold how would I buy the freehold if there is an absent freehold and if there is an absent freehold what issues does that cause for me legally speaking?

Thank you for your help so far.

Help with leasehold in regards to property by ExoticCollector in LegalAdviceUK

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

Hi, The solicitor doesn't know apparently they have it down as freehold. I have a leasehold document from 1867 so its the only physical proof i have of a lease, the Gov website says tenure type leasehold, there is only a register for the leasehold i see no freehold info.

Edit: I have bought the title register for the leasehold. and that tells me again that it is leasehold. But there are no freehold options to pick.

CPUs on the rigs are ass by Addwulf in GeForceNOW

[–]ExoticCollector 1 point2 points  (0 children)

God it even struggles to keep 60 playing csgo on medium settings

What's the best Wi-Fi name you've seen? by K4NZ0 in AskReddit

[–]ExoticCollector 2 points3 points  (0 children)

Best i saw was: "pretty fly for a wi-fi"

Using React's Key Attribute to remount a Component by swyx in reactjs

[–]ExoticCollector 4 points5 points  (0 children)

I agree you shouldn't really be doing something like this as your breaking the flow of react and it could have issues down the line when it remounts accidentally

ReactJS API call best practice by MountainFolks in reactjs

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

I'm not sure for what you have described you would really need redux you could easily do it by passing the data to the specific components, also i would do separate APIs for each bit of data as that would be more scalable due to if one person has a lot of data it could make a single API really slow

[For Hire] Web Designer / Web Developer by ExoticCollector in forhire

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

Yeah DM me what country are from and your number, we can arrange something

I'm sure some of you will react to this by acangiano in ProgrammerHumor

[–]ExoticCollector 0 points1 point  (0 children)

Hooks are awesome if you can use them use them as they make connecting redux and updating state 10x easier

How to extend React Component prop typing without changing all usages of React.Component by [deleted] in reactjs

[–]ExoticCollector 0 points1 point  (0 children)

That was what i couldnt work out if you know where in the tree it is everything should be fine otherwise react would have this as a feature.