← Home

Tag: react

One codebase to rule them all

@date=2021-05-25
@tags=web-dev, react, seo, adhd

A little over a decade ago, I went on a binge and made a bunch of web apps of various sorts:

READ MORE (729 words, 6 minutes)

Easy instant github branch deployment

@date=2021-04-23
@tags=servers, web-dev, react

Want to have your server update itself whenever you deploy to a github branch? Piece of cake:

https://github.com/RobKohr/github-hook-handler

Thoughts on using grommet for web app design

@date=2020-10-08
@tags=web-dev, design, react

I used Grommet for a react project, and here are some of my thoughts on it.

Things I like

Things I don't like

READ MORE (266 words, 2 minutes)

Next.js vs Create-React-App

@date=2020-10-08
@tags=web-dev, react

When doing react, I have on worked with CRA up until now. I just took over a next.js app, and when built and deployed, it is speedy, but didn't like some of the details of development:

READ MORE (335 words, 3 minutes)

An attempted simple guide for react hooks.

@date=2020-05-14
@tags=react, programming, guides
2020-05-14-14-46-05.png

React hooks is what got me to actually like React enough to make it my primary web development framework (at least at this date). They break away from the ugly class based heavily nested object form of React, and make it truly more functional, while giving allowances for managing state in a sta...

READ MORE (776 words, 6 minutes, 1 images)

Angular is just easier to make most web applications in than React

@date=2019-11-25
@tags=angular, react

UPDATE: My feelings about this have changed quite a bit, a follow up article is to come. The summary is that React has gotten so much easier with React hooks that my recommendations here have changed.

A little background

I did about 5 years of AngularJS (not newer Angular) development, 1.5 ...

READ MORE (493 words, 4 minutes, 2 images)