Ways4eu WordPress.com Blog

SPA View of ways4eu.wordpress.com

category: Hot-react

Building Optimistic UI with no effort

on Mon May 25 2020

Recently had to optimize a project that heavily depended on APIs. implemented quite a few features regarding perceived performance improvements, but haven’t done anything with optimistic UI pattern. came up with small, but powerful, React hook use-optimistic-update that helps with building predictable UIs. The React hook – https://www.npmjs.com/package/use-optimistic-update A short introductory blog post – https://karolis.sh/blog/optimistic-ui-in-practice […]

A starter template to build your next ReactJS app

on Sun May 24 2020

Hi, I just created a boilerplate to save time while setup a new ReactJS app, and I wanna share it with you. It built with: React-Roter – Recoiljs – Eslint – Prettier – Husky – prop-types – styled-components – react-intl – commitlint – stylelint – react-helmet – loadable. You can use it from here react-boilerplate […]

Webpack Config via /r/reactjs

on Sun May 24 2020

So I know what Webpack is and what it's used for. However, as a React nube, I have no clue why I should care, since I just run create-react-app, code my app, run npm build and deploy that shit. The things is in a few interviews I have been asked about "Webpack Config" and have […]

← Older posts - Newer posts →