Posts tagged as "typescript"

How to draw on a page using react hooks and typescript
3 min

Can we recreate the drawing interaction on DEV's offline page as a React Component using Hooks and Typescript? Let's find out

Read post ›
Embed a YouTube video with 16:9 aspect ratio and full-width
2 min

How we can use CSS to display an iframe with 100% width and 16:9 aspect ratio so that we can display YouTube videos to be full-width with a 16:9 aspect ratio

Read post ›
How to automate the creation of a new blog post
4 min

Creating a new blogpost in markdown and gatsby has quite a bit of boilerplate. Let us see how to automate it.

Read post ›
Create custom type definitions for JavaScript dependencies
1 min

What to do when you get a "Could not find a declaration file for module" error when the package does not exist in "@types/third-party-library-name" error

Read post ›