JavaScript


How to Create Your Own Layout Component in Vue.js

A guide on how to create basic layout components with Header, Footer, and content section.

codingprogrammingjavascript

Why Create React App is Outdated in 2022

Create React App is what almost every developer (including myself) learned to use first when learning the JavaScript library React and I think this has led to a couple of significant flaws. While…

programmingjavascriptreact

React Router: How to Use the useParams() Hook

A guide (with examples) on how you can use the useParams() hook to improve your web applications.

javascriptweb-developmentreact

How to Build Your Own Surveys & Extend Them with Custom JavaScript

A primer on how to use your own JS functions, to augment the conditional logic and validators SurveyJS ships with.

surveyssurveyjsopen-source

Building A Beautiful Link Preview With Web Components

Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…

javascriptfront-end-developmentweb-development

Create a Ping Pong Game Using JavaScript

Learn how to make a ping pong game with JavaScript and HTML

javascriptweb-developmentgame-development

10 Best React Notification Libraries in 2022

web-developmentjavascriptreact

How to Use React.FC Children Prop in React 18 with TypeScript

How to deal with the new React 18 React.FC type and the children prop for TypeScript

reacttypescriptjavascript

Custom Dropdown Element with React & TypeScript

A guide on how to create a simple React dropdown component using TypeScript.

reactsoftware-developmentjavascript

Angular: Reload/Refresh a Component or Entire Application & Reuse Logic Across Multiple Components

An Angular tutorial on how to reload/refresh a single component or the entire application and reuse the logic across multiple components.

angularjavascripttypescript