By manoj , 27 August, 2023
#ShortcutPurpose
1Ctrl + Shift + / Comment code
2Ctrl-ZUndo
3Ctrl-YRedo
4Ctrl-FLaunch Find Dialog
4Ctrl-HLaunch Find / Replace Dialog
6Ctrl-DDuplicate Current Line
By manoj , 26 August, 2023
#ShortcutPurpose
1Ctrl + Alt + Shift + Bformat code
2Ctrl-ZUndo
3Ctrl-YRedo
4Ctrl-FLaunch Find Dialog
4Ctrl-HLaunch Find / Replace Dialog
6Ctrl-DDuplicate Current Line
By manoj , 15 August, 2023

To get the current route, use the useLocation() hook.

if still getting Error: useRoutes() may be used only in the context of a component.

use  <BrowserRouter>  in index.php file rather than app.js

You should have a <BrowserRouter>  higher up in the tree. Note that higher up means that it can't be in the <App> itself, but at least in the component that renders it. 
As we know that index.js render app component so use <BrowserRouter> in index.php

By manoj , 3 July, 2023

Spring and Spring Boot are both Java frameworks that are widely used for building enterprise-level applications. While they are related and share common features, there are some key differences between them.

By manoj , 29 June, 2023

All React component names must start with a capital letter

By manoj , 26 June, 2023

Grammar is an important part of the IELTS test, especially in the Writing and Speaking areas. It is also required for high scores in the IELTS test. 

In the writing section, good grammar is important for both the academic and the general training writing task 1 and 2, you will be required to use good grammar and sentence structures in order to convey your ideas clearly and effectively.