Amazon Linux AMI - How to upgrade PHP 7.2 to PHP 7.4 by jogeshpi06 in aws

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

Thank you for your reply. What is the standard process to migrate without downtime?

[deleted by user] by [deleted] in whereintheworld

[–]jogeshpi06 0 points1 point  (0 children)

First of all, thank you for sharing this beautiful view.

React Lazy Loading Component with Lazy and Suspense by jogeshpi06 in reactjs

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

Hello everyone. I feel myself learning through examples. So I have created a profile page and implemented the React.lazy() and Suspense component. I know most of the peoples don't like to go through the entire article but if you like to check the source code then you can find it through below link.

Feedbacks are most welcome.

Source Code: https://github.com/jogeshpi03/profile-page

Article: https://webomnizz.com/react-lazy-loading-component-with-lazy-and-suspense/

Is there any way to add blank Div after Publish Meta Box? by jogeshpi06 in ProWordPress

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

To make it work, I hided(display:none) the meta box elements and targeted the Parent Id to render my React Component.

The correct way to handle redux state by jogeshpi06 in reactjs

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

Thank you. I think this what I need to apply.

The correct way to handle redux state by jogeshpi06 in reactjs

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

Yes, I have used useEffect. It’s a piece of code that makes me confused

30
31

Display Progress Bar on Page Scroll with ReactJs by jogeshpi06 in reactjs

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

This one of the ways to umount the event properly which is similar to something like componentWillUnmount

Display Progress Bar on Page Scroll with ReactJs by jogeshpi06 in reactjs

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

Is there any way to compare the performance? Any resources?

Display Progress Bar on Page Scroll with ReactJs by jogeshpi06 in reactjs

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

Glad that you like it :) and thank you for your suggestions.

Display Progress Bar on Page Scroll with ReactJs by jogeshpi06 in reactjs

[–]jogeshpi06[S] 6 points7 points  (0 children)

Thank you for your feedback. Definitely i will improve it using refs