TJTushar Jagiintango.com·Apr 16, 2023 · 11 min readReact 18 new features1) Concurrent React and suspense feature Concurrent React is a set of features and improvements introduced in React 18 to improve the performance and user experience of React applications. Concurrent React allows React to handle multiple tasks simult...00
TJTushar Jagiintango.com·Mar 19, 2023 · 1 min readReact release new official documentationCheck here -> React.dev00
TJTushar Jagiintango.com·Mar 18, 2023 · 2 min readSome useful gnome extensionBluetooth Quick Connect) Bluetooth Quick Connect is a feature that allows for quick and easy pairing of Bluetooth devices without the need for a traditional pairing process. This feature is especially useful for frequently used devices, such as headp...00
TJTushar Jagiintango.com·Mar 5, 2023 · 2 min readReact setup without create-react-appIf you are using create-react-app stop using this for production applications because you may install many inbuild dependencies and your application it causes heavy and slow applications for users. (npx create-react-app good for beginners). If you wa...00