blog.jakoblind.no

How to master nextjs images

How to use the webpack bundle analyzer

How to create a contact form with AWS Lambda backend

Your complete Typescript enum guide

Load images and fonts with Webpack file loader like a pro

Code split vendors with webpack for faster load speed

@babel/preset-env vs babel-preset-env

How to configure PostCSS with webpack

How to set up an AWS Lambda and auto deployments with Github Actions

How to use web.dev to make your app faster

Become a more productive dev with Prettier

How to create a custom .browserlistrc for babel-preset-env

Collect form data without a backend in React (using hooks!)

How to configure CSS and CSS modules in webpack

New frontend libs on the periphery of React

How to create a fast and beautiful blog with Gatsby

react-redux with hooks is here!

When to use Redux, Context and props

How to debug a webpack app in the browser

What is @babel/preset-env and why do I need it?

How to use ES6 with Babel and webpack

The rise of "no code" tools for coders

Let's remove the backend and use the JAM stack

What's the advantage with webpack?

How webpack decides what to bundle

Understanding webpack HMR beyond the docs

Gatsby vs Next

When to use Redux

Take your ES6 in React to the next level

Three ways to reduce the Redux boilerplate (and become more productive)

Redux connect()() is confusing. Why not use subscribe()?

What is Redux mapStateToProps?

How to cut the boilerplate for nested Redux state

How to get a job as a React developer

Making Redux click!

Is SSR with React worth it?

What to do after the React/Redux tutorials

Parcel vs webpack

Create a React app with zero configuration using Parcel

Why isn't my React component updating (using Redux)?

How does GraphQL get the data from the database?

The cure for Javascript fatigue

React animation example and how it works

Case study of SSR with React in a large e-commerce app

How to think when React programming gets tough

Where to deploy your React app and your APIs

Are large components an anti-pattern?

Real world Higher-Order Components (HOCs)

4 libraries to use in your React app

Should I use a boilerplate for React?

How to use Presentational/Container components in a Redux app

How to build a large React application

Redux Action creator best practice

Simple explanation of Higher-Order Components (HOC)

Code your own combineReducers

How code splitting increases performance

Setup React with webpack 3, babel and NPM

How to become a more productive React Developer

How to get an error overlay with React Hot Loader

3 ways to reduce webpack bundle size

Getting started with React SSR

Async Actions with Redux Thunk demystified

How to create a server bundle with Webpack for SSR

Checklist for reviewing your own React code

How to use recompose withState to add state to functional components

4 questions to ask yourself when you get stuck with React

Code your own Redux part 2: the connect function

Learn Redux by coding a Mini-Redux

Redux Ajax best practices

Are container components necessary when using Redux?

Webpack Code Splitting - Libraries: what to do with the files?

Why is it recommended to do Ajax in componentDidMount instead of componentWillMount?

A minimal but correct Redux setup to simplify learning

Overwhelmed by the React ecosystem? Start here.

3 steps to check if isomorphic/universal/SSR is worth it

Is using a mix of Redux state and React local component state ok?

Getting ES6/ES7 to work in the terminal

2 quick Javascript tips