From 3693734ab5632f917e77972776405a81132b52f2 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Mon, 18 Nov 2019 09:34:20 +0200 Subject: [PATCH 1/2] Add Developer Productivity Tips article in Basic concepts --- basic-concepts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/basic-concepts.md b/basic-concepts.md index 7e08fcf..8dc6e04 100644 --- a/basic-concepts.md +++ b/basic-concepts.md @@ -136,6 +136,10 @@ https://github.com/dexteryy/spellbook-of-modern-webdev#gui-framework A large list of categorized resources for dozens of web development-related topics. +- **Developer Productivity Tips from the React Experts** + https://www.telerik.com/kendo-react-ui/react-best-practices-and-productivity-tips/?utm_medium=referral&utm_source=github&utm_campaign=kendo-ui-react-blog-expert-productivity-tips-react-redux-links + The KendoReact team curated the top productivity tips of 20+ React experts, ranging from smart ways to get started to advanced productivity hacks. Includes ideas from Emma Wedekind, Kent C. Dodds, vjeux and many more. + #### General Suggestions for Learning @@ -213,4 +217,4 @@ - **7 GUIs** http://eugenkiss.github.io/7guis/tasks/ - A list of 7 generic example apps that can be built in any language or UI framework. Intended as a basic usability benchmark for different UI frameworks, but also a decent list of ideas for learning projects. Includes a counter, a temperature converter, a flight booker, a timer, a CRUD app, and more. \ No newline at end of file + A list of 7 generic example apps that can be built in any language or UI framework. Intended as a basic usability benchmark for different UI frameworks, but also a decent list of ideas for learning projects. Includes a counter, a temperature converter, a flight booker, a timer, a CRUD app, and more. From 7a82928dd82e957a88511f30aec7186b98da7273 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 18 Nov 2019 11:28:16 -0500 Subject: [PATCH 2/2] Update basic-concepts.md --- basic-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-concepts.md b/basic-concepts.md index 8dc6e04..c042cf5 100644 --- a/basic-concepts.md +++ b/basic-concepts.md @@ -137,7 +137,7 @@ A large list of categorized resources for dozens of web development-related topics. - **Developer Productivity Tips from the React Experts** - https://www.telerik.com/kendo-react-ui/react-best-practices-and-productivity-tips/?utm_medium=referral&utm_source=github&utm_campaign=kendo-ui-react-blog-expert-productivity-tips-react-redux-links + https://www.telerik.com/kendo-react-ui/react-best-practices-and-productivity-tips/ The KendoReact team curated the top productivity tips of 20+ React experts, ranging from smart ways to get started to advanced productivity hacks. Includes ideas from Emma Wedekind, Kent C. Dodds, vjeux and many more.