๐กReact Tip๐ก
As a React developer, the one extension that I use every day and become a fan of it is LocatorJS.
Use ๐๐ผ๐ฐ๐ฎ๐๐ผ๐ฟ๐๐ฆ browser extension to quickly navigate to the source code in your favorite IDE (VS Code) by just clicking on any of the UI elements displayed in the browser.
This extension is really useful when you have a large application and you want to find which file contains the code of the displayed UI.
Also, useful when the code is written by someone else and you want to debug the code.
Use ๐ข๐ฝ๐๐ถ๐ผ๐ป/๐๐น๐ ๐๐น๐ถ๐ฐ๐ธ to navigate to source code.
Just give it a try. You will love it.
This extension becomes a lifesaver when you're working with Material UI library code written by others and you want to find out the exact code for any part of the UI.
๐๐ผ๐ฟ ๐บ๐ผ๐ฟ๐ฒ ๐๐๐ฐ๐ต ๐๐๐ฒ๐ณ๐๐น ๐ฐ๐ผ๐ป๐๐ฒ๐ป๐, ๐ฑ๐ผ๐ป'๐ ๐ณ๐ผ๐ฟ๐ด๐ฒ๐ ๐๐ผ ๐ณ๐ผ๐น๐น๐ผ๐ ๐บ๐ฒ.
#javascript#reactjs#nextjs#webdevelopment
i18nKeyLocator โก is now live.
Inspired by LocatorJS by @_MichaelMusil .
Ctrl Click any text in the UI and jump instantly to the i18next key in VS Code
No more digging through JSON files or guessing keys.
Available now on the Chrome Web Store
I found an alternative to @LocatorJS that works with Next.js and SolidStart. After LocatorJS stopped working for me, I missed the ease of jumping to components directly from the browser. Now, I'm using code-inspector, and it fills that gap: github.com/zh-lx/code-inspecโฆ
๐กReact Tip๐ก
As a React developer, the one extension that I use every day and become a fan of it is LocatorJS.
Use ๐๐ผ๐ฐ๐ฎ๐๐ผ๐ฟ๐๐ฆ browser extension to quickly navigate to the source code in your favorite IDE (VS Code) by just clicking on any of the UI elements displayed in the browser.
This extension is really useful when you have a large application and you want to find which file contains the code of the displayed UI.
Also, useful when the code is written by someone else and you want to debug the code.
Use ๐ข๐ฝ๐๐ถ๐ผ๐ป/๐๐น๐ ๐๐น๐ถ๐ฐ๐ธ to navigate to source code.
Just give it a try. You will love it.
This extension becomes a lifesaver when you're working with Material UI library code written by others and you want to find out the exact code for any part of the UI.
๐๐ผ๐ฟ ๐บ๐ผ๐ฟ๐ฒ ๐๐๐ฐ๐ต ๐๐๐ฒ๐ณ๐๐น ๐ฐ๐ผ๐ป๐๐ฒ๐ป๐, ๐ฑ๐ผ๐ป'๐ ๐ณ๐ผ๐ฟ๐ด๐ฒ๐ ๐๐ผ ๐ณ๐ผ๐น๐น๐ผ๐ ๐บ๐ฒ.
#javascript#reactjs#webdevelopment
Currently imagining bidirectional code linking in @dagster.
Similar to @LocatorJS, selecting an asset, sensor, schedule, etc from our UI would open your local editor or git repo with the definition.
And selecting the definition in your editor would open the UI at the object.
๐กReact Tip๐ก
As a React developer, the one extension that I use every day and become a fan of it is LocatorJS.
Use ๐๐ผ๐ฐ๐ฎ๐๐ผ๐ฟ๐๐ฆ browser extension to quickly navigate to the source code in your favorite IDE (VS Code) by just clicking on any of the UI elements displayed in the browser.
This extension is really useful when you have a large application and you want to find which file contains the code of the displayed UI.
Also, useful when the code is written by someone else and you want to debug the code.
Use ๐ข๐ฝ๐๐ถ๐ผ๐ป/๐๐น๐ ๐๐น๐ถ๐ฐ๐ธ to navigate to source code.
Just give it a try. You will love it.
This extension becomes a lifesaver when you're working with Material UI library code written by others and you want to find out the exact code for any part of the UI.
๐ฃ๐ฆ: ๐ช๐ฎ๐ป๐ ๐๐ผ ๐น๐ฒ๐ฎ๐ฟ๐ป ๐ฅ๐ฒ๐ฎ๐ฐ๐ ๐ณ๐ฟ๐ผ๐บ ๐๐ฐ๐ฟ๐ฎ๐๐ฐ๐ต? ๐๐ต๐ฒ๐ฐ๐ธ ๐ผ๐๐ ๐บ๐ ๐ณ๐ฟ๐ฒ๐ฒ ๐ฅ๐ฒ๐ฎ๐ฐ๐ ๐ฐ๐ผ๐๐ฟ๐๐ฒ ๐น๐ถ๐ป๐ธ ๐ถ๐ป ๐๐ต๐ฒ ๐ฐ๐ผ๐บ๐บ๐ฒ๐ป๐.
#javascript#reactjs#webdevelopment
I have the same error but I decided to ignore it since the @LocatorJS is awesome. Hi @LocatorJS is it possible to modify the DOM after hydration to avoid this issue?
I spent a few hours with the Server Components of Next.js in this playground repo and found no difficult elements in the Server Components itself.
Rather, I found the DX to be quite poor as there is no way to open the source code of the UI displayed on the screen like @LocatorJS.
If development support tools such as RSC DevTools are in place, it will be usable without problems.
github.com/vercel/app-playgrโฆ
๐React Tip :
As a React developer, the one extension which I use every day is LocatorJS, it is really useful when you have a large application and you want to find which file contains the code of the displayed UI Use Alt Click to jump to code. give it a try. You will love it.
๐ Ready to take your React development to the next level? Give @LocatorJS a try, and prepare to be amazed. Trust me, you won't want to go back once you experience its magic! โจ Tag your React-savvy friends and spread the word about this incredible tool! (4/4)
๐ And here's the best part: LocatorJS is compatible with React, Preact, Solid, Vue, Svelte, and most modern browsers! ๐ So, regardless of your tech stack, this extension is a game-changer. (3/4)