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