Releases: arvish-codal/react-learning-2024
Releases · arvish-codal/react-learning-2024
New telease
What's Changed
- Initial Setup of a Sample React App with NPX. by @arvish-codal in #1
- . by @arvish-codal in #2
- Understanding folder structure. by @arvish-codal in #3
- Functional Components by @arvish-codal in #4
- 13 april by @arvish-codal in #5
- JSX by @arvish-codal in #6
- Updated notes. by @arvish-codal in #7
- Props - In functional & class components. by @arvish-codal in #8
- Updated Notes. by @arvish-codal in #9
- 17 april by @arvish-codal in #10
- 19 april by @arvish-codal in #11
- 20 april by @arvish-codal in #12
- Event Handlers in FBC and CBC by @arvish-codal in #13
- 20 april by @arvish-codal in #14
- Method as Props --> From child component to a Parent component by @arvish-codal in #15
- Notes updated. by @arvish-codal in #16
- Conditional Rendering of UI. by @arvish-codal in #17
- List Rendering. by @arvish-codal in #18
- Key prop by @arvish-codal in #19
- Minor changes. by @arvish-codal in #20
- Styling React Components by @arvish-codal in #21
- Basics of Form handling. by @arvish-codal in #22
- Mounting lifecycle methods. by @arvish-codal in #23
- Updating Lifecycle methods, Un-mounting & Error handling phase methods. by @arvish-codal in #24
- React Fragments by @arvish-codal in #25
- Pure Components by @arvish-codal in #26
- React Memo by @arvish-codal in #27
- React Refs - With normal HTML elements & class components. by @arvish-codal in #28
- Forwarding Refs. by @arvish-codal in #29
- Started with React-Portals. by @arvish-codal in #30
- Updated notes. by @arvish-codal in #31
- React Portals by @arvish-codal in #32
- Error Boundaries by @arvish-codal in #34
- HOC - 1 by @arvish-codal in #35
- HOC - updated the HOC to share the counter increment functionality be… by @arvish-codal in #36
- HOC - passing props from parent component to HOC & parameters to the … by @arvish-codal in #37
- Render Props by @arvish-codal in #38
- React Context by @arvish-codal in #39
- Context API by @arvish-codal in #40
- Initial React-HTTP Project Setup by @arvish-codal in #41
- React Axios GET Request by @arvish-codal in #42
- React - Axios HTTP Post by @arvish-codal in #43
- Hooks-Intro by @arvish-codal in #44
- Why HOOKS by @arvish-codal in #45
-
- New Proj setup. 2) useState Hook. by @arvish-codal in #46
- useState Hook - Complete by @arvish-codal in #47
- useEffect - Intro by @arvish-codal in #48
- useEffect Hook - After every render. by @arvish-codal in #49
- useEffect - Conditional run of effect. by @arvish-codal in #50
- useEffect - Render only once. by @arvish-codal in #51
- useEffect - cleanup function while unmounting the component. by @arvish-codal in #52
- Removed strict mode from state-hook app. by @arvish-codal in #53
- useEffect - taking care of incorrect dependencies. by @arvish-codal in #54
- Added some helpful resource links. by @arvish-codal in #55
- Added notes containing the explanations for incorrect dependency. by @arvish-codal in #56
- Fetching data with useEffect-1 by @arvish-codal in #57
- Fixed the re-render issue. by @arvish-codal in #58
- Fetching data for a single Post -- Designed a GET / {id} endpoint. by @arvish-codal in #59
- Changes to fetch post data on button click. by @arvish-codal in #60
- Older Context patterns - Provider & Consumer. by @arvish-codal in #61
- useContext Hook - Proper example. by @arvish-codal in #62
- useReducer - Intro & sample counter example. by @arvish-codal in #63
- useReducer - With State & action as objects. by @arvish-codal in #64
- useReducer - using multiple useReducers. by @arvish-codal in #65
- Using useReducer with useContext to achieve global state management by @arvish-codal in #66
- Data fetching with useState - managing success & error handling. by @arvish-codal in #67
- Replacing useState with useReducer in data fetching. by @arvish-codal in #68
- useReducer vs useState by @arvish-codal in #69
- Modified folder structure for learning notes. by @arvish-codal in #70
- useCallback Hook - WHY ? by @arvish-codal in #71
- Using React.memo for optimization. by @arvish-codal in #72
- Implementing useCallback hook. by @arvish-codal in #73
- useMemo Hook by @arvish-codal in #74
- Updated notes. by @arvish-codal in #75
- Updated notes for the useMemo explanation. by @arvish-codal in #76
- Custom Hooks. by @arvish-codal in #77
- useRef Hook-1 by @arvish-codal in #78
- useRef - 2 by @arvish-codal in #79
- Added typescript notes. by @arvish-codal in #80
- Updated TypeScript notes. by @arvish-codal in #81
- TypeScript - Variable types & declarations. by @arvish-codal in #82
- TypeScript - Functions & Interfaces by @arvish-codal in #83
- Classes & Access modifiers. by @arvish-codal in #84
- React with TypeScript - Initial Project setup. by @arvish-codal in #85
- React - Setting up props type with TS. by @arvish-codal in #86
- TypeScript - Passing object props & array prop. by @arvish-codal in #87
- Advanced Props with TypeScript by @arvish-codal in #88
- Event Props - Click & onChange events. by @arvish-codal in #89
- TypeScri...
0.1.0: Merge pull request #180 from arvish-codal/8_July
Minor changes
test: Merge pull request #180 from arvish-codal/8_July
Minor changes