Home
Basics
Introduction Setting up environment First Component JSX Component lifecycle Class Based Components Function Based Components Props State Hooks useState hook useEffect hook Events Server requests CSS in React Router third party JavaScriptAdvanced
useContext hook useRef hook useReducer hook Memo useCallback hook Custom Hooks React and ReduxMiscellaneous
React Third Party Components Html templates in React React Interview QnAExternal JS in react
External JS can be imported using 4 ways.- Using script tag in index.html - not good way because it will load everytime
- Using react-script-tag package
- Using react-helmet package
- Dynamically creating script tag
Complex problems, Simple Solutions