Skip to content

Commit 0167b74

Browse files
authored
Merge pull request #160 from Lemoncode/hooks
Hooks
2 parents 91d8900 + e334f0a commit 0167b74

35 files changed

Lines changed: 1395 additions & 3 deletions

File tree

hooks/01_HelloReact/Readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,12 @@ module.exports = {
124124
npm start
125125
```
126126

127-
# About Lemoncode
127+
# About Basefactor + Lemoncode
128128

129-
We are a team of long-term experienced freelance developers, established as a group in 2010.
130-
We specialize in Front End technologies and .NET. [Click here](http://lemoncode.net/services/en/#en-home) to get more info about us.
129+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
130+
131+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
132+
133+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
134+
135+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend

hooks/02_Properties/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@ _./src/index.tsx_
6666
```cmd
6767
npm start
6868
```
69+
70+
# About Basefactor + Lemoncode
71+
72+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
73+
74+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
75+
76+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
77+
78+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
79+

hooks/03_State/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,14 @@ Side note: mind the use of the fat arrow function. This avoids losing the contex
161161
```
162162
npm start
163163
```
164+
165+
# About Basefactor + Lemoncode
166+
167+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
168+
169+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
170+
171+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
172+
173+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
174+

hooks/04_Callback/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ Now we've got a clear event, strongly typed and simplified (as it is more straig
110110
Now, the greetings message only changes when the user clicks the change button.
111111

112112
> What happens if we simulate an AJAX call? Let's place in the app's componentWillMount a timeout and set the name value in the timeout's callback.
113+
114+
# About Basefactor + Lemoncode
115+
116+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
117+
118+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
119+
120+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
121+
122+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
123+

hooks/05_Refactor/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,14 @@ export const App = () => {
162162
);
163163
};
164164
```
165+
166+
# About Basefactor + Lemoncode
167+
168+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
169+
170+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
171+
172+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
173+
174+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
175+

hooks/06_Enable/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ strength component:
110110
- Create a password strenght indicator (you can do it just showing plain text
111111
in future samples we will teach you how to interact with CSS and you will
112112
be able to display a color bar indicating password strength).
113+
114+
# About Basefactor + Lemoncode
115+
116+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
117+
118+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
119+
120+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
121+
122+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
123+

hooks/07_ColorPicker/Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,12 @@ export const ColorPicker = (props: Props) => (
262262
```bash
263263
npm start
264264
```
265+
# About Basefactor + Lemoncode
266+
267+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
268+
269+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
270+
271+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
272+
273+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend

hooks/08_ColorPickerRefactor/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,14 @@ export const ColorPicker = (props: Props) => (
247247

248248
> Excercise: evaluate what this code does, is this code worth? what issues could you find
249249
> in the future? What would happend if we add new fields to the color entity?
250+
251+
# About Basefactor + Lemoncode
252+
253+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
254+
255+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
256+
257+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
258+
259+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
260+

hooks/09_Sidebar/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,14 @@ _./src/components/sidebar.tsx_
333333
```
334334
npm start
335335
```
336+
337+
# About Basefactor + Lemoncode
338+
339+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
340+
341+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
342+
343+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
344+
345+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
346+

hooks/10_TableMock/Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,13 @@ _./src/components/memberTable.tsx_
304304

305305
> Excercise: we could go further with the refactoring, what about creating a
306306
> _TableHeaderComponent_ component and a _tableBodyComponent_ ?.
307+
308+
# About Basefactor + Lemoncode
309+
310+
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
311+
312+
[Basefactor, consultancy by Lemoncode](http://www.basefactor.com) provides consultancy and coaching services.
313+
314+
[Lemoncode](http://lemoncode.net/services/en/#en-home) provides training services.
315+
316+
For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend

0 commit comments

Comments
 (0)