Code Monkey home page Code Monkey logo

learn-by-contributing's Introduction

Learn by contributing

This is a list of open source projects I personally used to learn different aspects of Javascript development (backend and frontend).

It is very, very incomplete. I am trying to figure out an efficient way to discover and classify projects that others can learn by contributing. If you have any ideas, please help me!

Feel free to add your favorite project and what other can learn from it!

Javascript

Code Transpiling

https://github.com/babel/babel/tree/master/packages/babel-parser - learn how works javascript parser that powers popular tools like babeljs and prettier

https://github.com/kentcdodds/babel-plugin-macros - learn how to write a babeljs plugin

Architectural patterns

https://github.com/webpack/tapable - learn a generic hooks-based architecture that powers webpack

https://github.com/ncthbrt/nact - learn about nano-services from this NodeJS implementation

Frontend

https://github.com/GoogleChromeLabs/prerender-loader/blob/master/src/index.js - ???

https://github.com/tcoopman/image-webpack-loader -learn how to write a simple webpack plugin

https://github.com/willyelm/pug-html-loader - learn how to write a simple webpack loader

Animations

https://github.com/aholachek/animate-css-grid - learn how to animate complex layouts

Forms

https://github.com/nosir/cleave.js - learn how to format input text + how to create a library that works both for react and for angular

ReactJS

Hooks

https://github.com/streamich/react-use - an excellent collection of ReactJS hooks

Forms

https://github.com/jaredpalmer/formik - to learn all the aspect of effecient forms validation

Component libraries

https://github.com/mui-org/material-ui - you will learn how to create a large-scale, themable, high-quality components library

https://github.com/Semantic-Org/Semantic-UI - another example of large-scale and themable compontents library

State management

https://github.com/jamiebuilds/unstated - you will learn how to create simple and effective state management frameworks for ReactJS applications

https://github.com/GantMan/ReactStateMuseum - a compilation of different examples to managing state for ReactJS applications

learn-by-contributing's People

Contributors

agoldis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.