Have a React project written in JS that you want to convert to Typescript, but not all at once? This step by step guide will help you with that: https://youtu.be/XqC1m2zJc4Y
Have a React project written in JS that you want to convert to Typescript, but not all at once? This step by step guide will help you with that: https://youtu.be/XqC1m2zJc4Y
A little over a decade ago, I went on a binge and made a bunch of web apps of various sorts:
Want to have your server update itself whenever you deploy to a github branch? Piece of cake:
I used Grommet for a react project, and here are some of my thoughts on it.
Things I like
Things I don't like
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:
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...
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.
I did about 5 years of AngularJS (not newer Angular) development, 1.5 ...