Skip to content
Scriptorium

Scriptorium

Ideas through Technologies

  • Home
  • Blogs
  • AI/Cloud
    • AWS Architect
      • AWS DevOps Engineer
    • AWS Labs
    • Cloud & ML
    • Programming
  • Thoughts
  • Library
    • Studies
    • Tutorials

[React] Hooks

Functional components create a React component in a simple and clean way but lack some functionalities such as states and life cycle, which class components can provide. “Hooks” is another way to write reusable code and lets you use state and other React features without writing a class.

Continue reading “[React] Hooks”
Posted byP. L.June 12, 2021June 28, 2021Posted inReact, Web ProgrammingTags:Hooks, ReactLeave a comment on [React] Hooks

[JavaScript] Brower Object Model (BOM)

The Browser Object Model (BOM) is the way for JavaScript to interact with the web browser. There are no official standards for BOM, but most browsers support common interfaces.

Continue reading “[JavaScript] Brower Object Model (BOM)”
Posted byP. L.June 8, 2021June 8, 2021Posted inJavaScript, Web ProgrammingTags:JavaScriptLeave a comment on [JavaScript] Brower Object Model (BOM)

[JavaScript] Built-in Libraries

JavaScript provides ready-to-use objects and functions. Also the good news is that the new versions of JavaScript (ECMAScript 5 and later) add more functionalities.

  • Array
  • Regex
  • Timer
Continue reading “[JavaScript] Built-in Libraries”
Posted byP. L.June 8, 2021June 8, 2021Posted inJavaScript, Web ProgrammingTags:JavaScriptLeave a comment on [JavaScript] Built-in Libraries

[JavaScript] this

The “this” object is pretty familiar to the C# developers. It refers to the current object. The “this” keyword is also used in JavaScript, but you need to be careful to use it properly.

Continue reading “[JavaScript] this”
Posted byP. L.June 6, 2021June 7, 2021Posted inJavaScript, Web ProgrammingTags:JavaScript, thisLeave a comment on [JavaScript] this

[React] Forms

Handling user inputs with forms is the most important part of your web application. React provides the mechanism to work with states with HTML forms.

Continue reading “[React] Forms”
Posted byP. L.June 6, 2021June 6, 2021Posted inReact, Web ProgrammingTags:Forms, ReactLeave a comment on [React] Forms

[React] Lifecycle

It is important to understand the lifecycle of an React component. You can attach the handler to each React Lifecycle. It is useful to set initial states or other tasks at the right moment.

Continue reading “[React] Lifecycle”
Posted byP. L.June 3, 2021June 5, 2021Posted inReact, Web ProgrammingTags:Lifecycle, ReactLeave a comment on [React] Lifecycle

[JavaScript] Events

Events and handlers are the basic programming model of JavaScript in web browsers. JavaScript has been evolved to provide native support for handling events, and all modern browsers support the features.

Continue reading “[JavaScript] Events”
Posted byP. L.May 31, 2021May 31, 2021Posted inJavaScript, Web ProgrammingTags:Events, JavaScriptLeave a comment on [JavaScript] Events

[JavaScript] Functions

In JavaScript, a function is really a unique feature. In general, you can use it as a global module. Define it and use it anywhere you want. But JavaScript functions are much more than that. Let’s find out what they are.

Continue reading “[JavaScript] Functions”
Posted byP. L.May 31, 2021June 6, 2021Posted inJavaScript, Web ProgrammingTags:Closure, Functions, Hoisting, JavaScriptLeave a comment on [JavaScript] Functions

Posts pagination

Newer posts 1 … 20 21 22 23 24 … 34 Older posts
  • LinkedIn

Search in this blog

Scriptorium, Blog at WordPress.com.
  • Subscribe Subscribed
    • Scriptorium
    • Join 82 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Scriptorium
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar