Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 5.01 KB

october.md

File metadata and controls

72 lines (47 loc) · 5.01 KB

October 2020

Accessibility

CSS Colors

Folders

Functional

Git

Partial Ordering

Performance

Reactive State for Data & DOM

Web Components

The Ugly Side of React

  • Nir Yosef (2020), The Ugly Side of React Hookshttps://medium.com/swlh/the-ugly-side-of-hooks-584f0f8136b6
  • Nir Yosef (2017), The Ugly Side of Reduxhttps://codeburst.io/the-ugly-side-of-redux-6591fde68200
  • Ondrej Polesny (2020), Why is Next.js my ultimate choice over Gatsby, Gridsome, and Nuxt?https://kontent.ai/blog/gatsby-vs-next-gridsome-nuxt
    • [Gatsby] was my first experience with React, and I hated it. It was so complicated to do just tiny bits of functionality.

    • If you can live without GraphQL, Next.js will do everything Gatsby does and more.

    • [S]lightly inclined to Next.js over Gatsby... The top feature for me is the file-based routing that also supports dynamic routes and compatibility with Sourcebit, which allows me to switch the data source or SSG any way I want in the future without reimplementing everything from scratch.

Fixing the React Eco-system

The Ugly Side of TypeScript