@@ -159,6 +159,8 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
159
159
- [ Plunker] ( http://plnkr.co/ )
160
160
- [ Liveweave] ( http://liveweave.com/ )
161
161
- [ JS Bin] ( http://jsbin.com/ )
162
+ - [ CodeSandbox] ( https://codesandbox.io/ )
163
+ - [ StackBlitz] ( https://stackblitz.com/ )
162
164
163
165
- Frameworks and Libraries
164
166
- [ Tachyons] ( https://tachyons.io/ )
@@ -212,6 +214,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
212
214
- [ Learning JavaScript Design Patterns] ( https://addyosmani.com/resources/essentialjsdesignpatterns/book/ )
213
215
- [ JavaScripts The Good Parts 💵] ( https://www.amazon.com/gp/product/0596517742/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0596517742&linkCode=as2&tag=eldoradohills-20 )
214
216
- [ JavaScrit and JQuery 💵] ( http://javascriptbook.com/ )
217
+ - [ Secrets of the JavaScript Ninja] ( https://www.manning.com/books/secrets-of-the-javascript-ninja )
215
218
216
219
- Challenge Websites
217
220
@@ -227,6 +230,10 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
227
230
- [ Coderbyte] ( https://coderbyte.com/ )
228
231
- [ Pramp] ( https://www.pramp.com/#/ )
229
232
- [ JavaScript Gekk] ( )
233
+ - [ Leetcode] ( https://leetcode.com/ )
234
+ - [ AtCoder] ( https://atcoder.jp/ )
235
+ - [ CodeChef] ( https://www.codechef.com/ )
236
+ - [ SPOJ] ( https://www.spoj.com/ )
230
237
231
238
- Snippets and cheetsheets
232
239
- [ A ridiculous collection of cheatsheets] ( https://devhints.io/ )
@@ -280,16 +287,22 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
280
287
- [ Learn Git] ( https://www.codecademy.com/learn/learn-git )
281
288
- [ Version Control (Git)] ( https://missing.csail.mit.edu/2020/version-control/ )
282
289
- [ Git Cheat Sheet] ( http://www.ndpsoftware.com/git-cheatsheet.html )
290
+
291
+ - Books
292
+ - [ Pro Git] ( https://git-scm.com/book/en/v2 )
293
+
283
294
- Tools
284
295
- [ Github] ( http://github.com/ )
296
+ - [ Sourcetree] ( https://www.sourcetreeapp.com/ )
297
+ - [ Git Extensions for Windows] ( https://github.com/gitextensions/gitextensions )
285
298
286
299
# React
287
300
288
301
- Documentation
289
302
- [ React Docs] ( https://reactjs.org/docs/getting-started.html )
290
303
- [ React Cheatsheet] ( https://devhints.io/react )
291
- - Courses
292
304
305
+ - Courses
293
306
- Pluralsight - [ React Getting Started] ( https://www.pluralsight.com/courses/react-js-getting-started )
294
307
- Egghead - [ The Beginner's Guide to React] ( https://egghead.io/courses/the-beginner-s-guide-to-react )
295
308
- Scrimba - [ Learn React] ( https://scrimba.com/course/glearnreact )
@@ -310,12 +323,14 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
310
323
311
324
- Podcasts
312
325
- [ React Podcast] ( https://reactpodcast.com/ )
326
+
313
327
- Youtube Channels
314
328
- [ Codevolution] ( https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw )
315
329
- [ The Net Ninja] ( https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg )
316
330
- [ freeCodeCamp] ( https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ )
317
331
- [ Traversy Media] ( https://www.youtube.com/user/TechGuyWeb )
318
332
- [ Coding Addict] ( https://www.youtube.com/channel/UCMZFwxv5l-XtKi693qMJptA )
333
+
319
334
- Articles
320
335
321
336
- [ How to React] ( https://kentcdodds.com/blog/how-to-react )
@@ -324,28 +339,47 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
324
339
- [ Authentication in React Applications] ( https://kentcdodds.com/blog/authentication-in-react-applications )
325
340
326
341
- React Tooling
327
-
328
342
- [ npm] ( https://www.npmjs.com/ )
329
- - [ Axios] ( https://www.npmjs.com/package/axios )
330
- - [ Redux] ( https://github.com/reduxjs/redux )
331
343
- [ ES Lint] ( https://eslint.org/ )
332
- - [ Rebass] ( https://rebassjs.org/ )
333
344
- [ Lodash] ( https://lodash.com/ )
334
- - [ Storybok] ( https://storybook.js.org/ )
335
- - [ Onsen UI] ( https://onsen.io/react/ )
336
- - [ Grommet] ( https://v2.grommet.io/components )
337
- - [ Reactstrap] ( https://reactstrap.github.io/ )
345
+ - [ Storybook] ( https://storybook.js.org/ )
338
346
- [ React Sight] ( http://www.reactsight.com/ )
339
- - [ Material UI] ( https://material-ui.com/ )
340
347
- [ React Router] ( https://github.com/ReactTraining/react-router )
341
- - [ React Toolbox] ( http://react-toolbox.io/ )
342
- - [ React Bootstrap] ( https://react-bootstrap.github.io/ )
343
- - [ Create React App] ( https://github.com/facebook/create-react-app )
344
- - [ Material Kit React] ( https://github.com/creativetimofficial/material-kit-react )
345
- - [ Semantic UI React] ( https://react.semantic-ui.com/ )
346
- - [ Styled Components] ( https://github.com/styled-components/styled-components )
347
- - [ React Testing Library] ( https://testing-library.com/docs/react-testing-library/intro )
348
348
- [ React Developer Tools] ( https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi )
349
+
350
+ - State Management
351
+ - [ Redux] ( https://github.com/reduxjs/redux )
352
+ - [ Mobx] ( https://mobx.js.org/README.html )
353
+ - [ Recoil] ( https://github.com/facebookexperimental/Recoil )
354
+
355
+ - UI Framework / UI Library
356
+ - [ Reactstrap] ( https://reactstrap.github.io/ )
357
+ - [ React Bootstrap] ( https://react-bootstrap.github.io/ )
358
+ - [ Onsen UI] ( https://onsen.io/react/ )
359
+ - [ Material UI] ( https://material-ui.com/ )
360
+ - [ Material Kit React] ( https://github.com/creativetimofficial/material-kit-react )
361
+ - [ React Toolbox (Material Design)] ( http://react-toolbox.io/ )
362
+ - [ Semantic UI React] ( https://react.semantic-ui.com/ )
363
+ - [ Rebass] ( https://rebassjs.org/ )
364
+ - [ Grommet] ( https://v2.grommet.io/components )
365
+
366
+ - Unit Testing
367
+ - [ Jest] ( https://jestjs.io/docs/en/tutorial-react )
368
+ - [ React Testing Library] ( https://testing-library.com/docs/react-testing-library/intro )
369
+ - [ Enzyme] ( https://github.com/enzymejs/enzyme )
370
+
371
+ - Create React App
372
+ - [ Create React App] ( https://github.com/facebook/create-react-app )
373
+ - [ React Boilerplate] ( https://github.com/react-boilerplate/react-boilerplate )
374
+
375
+ - CSS in JS
376
+ - [ Styled Components] ( https://github.com/styled-components/styled-components )
377
+ - [ Emotion (css in js)] ( https://emotion.sh/ )
378
+
379
+ - Remote Data Fetching
380
+ - [ Axios] ( https://www.npmjs.com/package/axios )
381
+ - [ swr] ( https://github.com/vercel/swr )
382
+ - [ React Query] ( https://github.com/tannerlinsley/react-query )
349
383
350
384
- Server Side Rendering
351
385
@@ -573,6 +607,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
573
607
- [ Echo.Js] ( https://www.echojs.com/ )
574
608
- [ Scotch] ( https://scotch.io/ )
575
609
- [ Codrops] ( https://tympanus.net/codrops/ )
610
+ - [ Frontend Focus] ( https://frontendfoc.us/ )
576
611
577
612
[ 👆 Back To Top] ( #table-of-contents )
578
613
0 commit comments