Software Alternatives & Reviews

Just got laid off, 12 years experience in dated FE stack. Options other than starting over?

Recoiljs Frontend Masters
  1. The Git Book is the official tutorial about Git.

    #Git #Code Collaboration #Git Tools 280 social mentions

  2. A state management library for React.
    Pricing:
    • Open Source
    The main reason most people reach for them is to be a data store, if you're using GraphQL for a backend, Relay/Apollo wipeout the need for that. If you're using a REST backend, I'd look at something like SWR and continue to avoid any of the above state management libraries. If you need the ability to share fairly static data across your component hierarchy, plain old React Context is going to work great. If, and only if, you need to share a bunch of data that can refresh faster than say once per second, then reach for Jotai/Zustand or take a good look at Recoil. Before reaching for one of those libraries, I'd run the React profiler and actually profile where your re-render performance issues are to confirm that you can't make your DOM updates faster or apply more intelligent memoization to your props/state/context first. If and only if that doesn't work, then its time to reach for a new State Management approach. And only your highly dynamic data should be managed using it.

    #Application And Data #Libraries #State Management Library 67 social mentions

  3. Frontend Masters offers frontend engineering courses.
    If video learning is your thing, https://frontendmasters.com/ has great courses on React, Vue, Angular, etc.

    #Online Learning #Online Courses #Online Education 90 social mentions

Discuss: Just got laid off, 12 years experience in dated FE stack. Options other than starting over?

Log in or Post with