Software Alternatives & Reviews

So, do I really suck so much in React? Bad job interview experience

Create React App BundlePhobia react-context
  1. Create React apps with no build configuration

    #Developer Tools #Javascript UI Libraries #JS Library 116 social mentions

  2. Find the performance impact of adding a npm package to your bundle.
    Be a bundlephobic use tiny alternatives. Don't add whole lodash functions. Or rxjs if not need. Do not mix UI libraries, material+ant design for example.

    #JavaScript Tools #JavaScript #Software Development 50 social mentions

  3. Context provides a way to pass data through the component tree without having to pass props down manually at every level.
    Read up on the "when to use" content of the redux and React context docs, which both warn against using them prematurely. Understand why these warnings are there and explore the alternatives they provide.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 207 social mentions

Discuss: So, do I really suck so much in React? Bad job interview experience

Log in or Post with