My Typescript Journey

From PeformIQ Upgrade
Revision as of 07:10, 20 May 2023 by PeterHarding (talk | contribs) (Created page with " My journey with Typescript started in 2016 with Angular2. From there it evolved through a number of Anguilar versions - 4, 6, 8.. until COVID19 rolled along and I rolled off that project. A friend and mentor had be espousing the virtues of React and so I found a React course and set to work. But then, of course, that was back into using Javascript. Some CRUD applications later and a couple of consulting engangements I found myself with enough doentime to revisit my...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

My journey with Typescript started in 2016 with Angular2. From there it evolved through a number of Anguilar versions - 4, 6, 8.. until COVID19 rolled along and I rolled off that project. A friend and mentor had be espousing the virtues of React and so I found a React course and set to work. But then, of course, that was back into using Javascript. Some CRUD applications later and a couple of consulting engangements I found myself with enough doentime to revisit my Javascript React apps. By thios time RTKQuery had just been merged into the Redux Toolkit and so I embarked on a process to refactor my CRUD applications into Typescript and use RTKQuery rather than axios as the vehicle for web API calls. It had been two years of COVID lockdowns since I had first implemented these aopplications and a number of key modules had drifted out of favour and so the refactor was more a rewrite as many pieces of the puzzle ad changed.