File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,23 +92,23 @@ when the text is empty or same name as original name,.
9292
9393Enable/disable components.
9494
95- ### [ 07 ColorPicker] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/07_Colorpicker )
95+ ### [ 07 ColorPicker] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/07_ColorPicker )
9696
9797Simple color picker demo (show how properties work).
9898
9999### [ 08 ColorPicker Refactor] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/08_ColorPickerRefactor )
100100
101101ColorPicker refactor.
102102
103- ### [ 09 Sidebar] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/10_Sidebar )
103+ ### [ 09 Sidebar] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/09_Sidebar )
104104
105105Implementation of a single sidebar.
106106
107- ### [ 10 Table Mock] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/11_TableMock )
107+ ### [ 10 Table Mock] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/10_TableMock )
108108
109109Render a table and use a child component to render each row, using mock data.
110110
111- ### [ 11 Table Axios] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/12_TableAxios )
111+ ### [ 11 Table Axios] ( https://github.com/Lemoncode/react-typescript-samples/tree/master/hooks/11_TableAxios )
112112
113113Starting from sample 10, remove mock data, hit a real REST API (Github api), use
114114axios to perform the fetch call.
You can’t perform that action at this time.
0 commit comments