ReactIn this post, we are going to take a look on how to add CSS styling to React Components with TypeScript. Our teacher Amir shows you how to structure your components and how to type your props, so that you won’t run into error TS2739. There will be also an introduction to CSS Modules.
Continue reading →ReactIn the second episode of Amir’s “React with TypeScript“ course you will learn how to render multiple elements in React. Amir also shows you how to create a TypeScript interface which helps you to specify known properties of your objects.
Continue reading →ReactIt’s 2021 and TypeScript’s support for React apps improved by a lot. If you are new to TypeScript and React, you can learn from Amir Ghezelbash how to develop your first React app. In his tutorials, Amir starts from scratch and shows you on a weekly basis how to improve your React and TypeScript skills.
Continue reading →ReactReact Router Version 6 is great for TypeScript programmers because it ships with type definitions. Another great feature is the useRoutes
hook, which simplifies routing setups in your functional React components. You can also render child components by using the new Outlet
API.
Continue reading →ReactProgrammatically setup a Nest.JS server with Webpack’s Hot Module Replacement (HMR) to host a React web application.
Continue reading →ReactProgrammatically setup an Express server with Webpack’s Hot Module Replacement (HMR) to host a React web application.
Continue reading →ReactReact and TypeScript are a great team because TypeScript supports the JSX syntax. This tutorial will show you code examples on how to type your React web application, so that you can benefit from strong typing in your UI components.
Continue reading →