Code Monkey home page Code Monkey logo

divide-and-learn-web's Introduction

Learning New Technologies

Many times in your careers in web development, you will have to learn a new technology in a short amount of time. This exercise is to help prepare you for such situations. You will be working in groups of 2, reasearching a technology from the list below, then giving a presentation to the rest of your class.

Techs to choose from

Reselect

https://github.com/reactjs/reselect

Redux efficiency, create ‘selectors’ which are like action creators but more efficient, don’t always run through reducer.

Redux Thunk

https://github.com/gaearon/redux-thunk Middleware for Redux, improves efficiency with asynchronous reactions in Redux

Immutable-JS

https://facebook.github.io/immutable-js/

Much of what makes application development difficult is tracking mutation and maintaining state. Developing with immutable data encourages you to think differently about how data flows through your application. Use immutable pattern in JS, using immutable data structures, so data is not updated in place, but yields new updated data. Immutable data structures, extends concept of immutable state and unidirectional dataflow

React Native

https://facebook.github.io/react-native/ (Use https://snack.expo.io/ to skip setup and get coding fast)

Snack.expo.io allows running react-native apps on phones, should be android users to avoid lengthy x-code configuration.

Electron

https://electronjs.org/

Compile JS desktop apps

Next-JS

https://github.com/zeit/next.js/

Server-side rendering for speedy initial load

RAMDA

http://ramdajs.com/

Makes functional programming easier in JS

POSTCSS

http://postcss.org/ (tailwindcss as an implementation) (edited)

Future-proof css, no need for preprocessor specific syntax, CSS Modules - so no more global CSS, lints your css to avoid errors for easier debugging

divide-and-learn-web's People

Contributors

brackcarmony avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.