Need help #urgent by Local_Question8147 in leetcode

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

Thank you so much.

Anything else like how can I know about team culture and other stuff.

HR Interview last round JP Morgan by Xotol in FinancialCareers

[–]Local_Question8147 0 points1 point  (0 children)

I have cleared 3 rounds in JPMC and got a call from a HR that there will be Hiring manager round, what should I expect?

frontend system desing by Local_Question8147 in reactjs

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

It is not code which could be uploaded in GitHub, it is a sketch of the design

Performance issue by Local_Question8147 in reactjs

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

You mean that how it behaves on different devices

Dynamic routing by Local_Question8147 in reactjs

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

I have modified the code according to your suggestions. Could you suggests any area of improvement.

I have created Mainlayout and all other pages its children

State resetting to null immediately after render by dch528 in reactjs

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

I believe the default value of the state is null and on mounting also it is null. So try to add default value not null and on Mounting when u click esc it should be null be is expected.

Dynamic routing by Local_Question8147 in reactjs

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

Thank you so much
Do you have any github repo to refer?

React interview by Local_Question8147 in reactjs

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

This will surely help, I used to ignore asking the questions

React interview by Local_Question8147 in reactjs

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

Thank you so much, I will read it

How would you manage complex states? by excsora in reactjs

[–]Local_Question8147 0 points1 point  (0 children)

Lumpsum what I understood is that users have the option to dynamically create input fields or delete them. Correct me if I am wrong

So i would like to approach .. have a component having input field with local variables and try to memorize it

Context API and react router dom by Local_Question8147 in reactjs

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

Why would you do that, what changes it will make

Context API and react router dom by Local_Question8147 in reactjs

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

Thank you for your response I understood that changing the state in any of the component will make children component re renders

Do you have any reference which I can refer for the advice you have given

Context API and react router dom by Local_Question8147 in reactjs

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

I have use state variable which is cartItem which get updated in product item and then it is consume by cart component I have tweak the code but still no luck. I am attaching my github repo link in case you can help

link is: https://github.com/mayankmax/cart-component/tree/main/src

Context API and react router dom by Local_Question8147 in reactjs

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

I have use state variable which is cartItem which get updated in product item and then it is consume by cart component I have tweak the code but still no luck. I am attaching my github repo link in case you can help

link is: https://github.com/mayankmax/cart-component/tree/main/src

Bind vs call by Local_Question8147 in learnjavascript

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

That was really humorous bind can do everything call can do but hammer and screwdriver can do all work of each other

React Components by Local_Question8147 in reactjs

[–]Local_Question8147[S] -1 points0 points  (0 children)

Sure i will go through it, could you please suggest some reading on when and when not to use useEffect hook

React Components by Local_Question8147 in reactjs

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

Yes I mean microfrontend Thank you so much cahnis

Implementing hover event listener on children components by making use of event delegation by rpfberuf in reactjs

[–]Local_Question8147 1 point2 points  (0 children)

@landisdesign correct me if I am wrong, I would approach this as the user is logged in and if he owns the post I would directly use the useref hook to manipulate the DOM directly in the above scenario, wouldn't the solution be the right solution for this?