일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- REACT
- Redux
- graphQL
- solidity
- node.js
- blockchain
- HTML
- bitcoin
- Ethereum
- Props
- API
- nextJS
- useState
- SSR
- middleware
- tailwindcss
- 삶
- hardhat
- CLASS
- typeScript
- concept
- express.js
- 기준
- Interface
- error
- CSS
- JavaScript
- evm
- web
- built in object
- Today
- Total
목록Frontend (231)
ReasonJun
Automatic batching is a feature introduced in React 18 that simplifies the process of batching multiple state updates together, reducing unnecessary re-renders and improving performance in React applications. In earlier versions of React, when multiple setState calls were made consecutively within the same event handler or lifecycle method, each state update triggered a separate re-render of the..
REST, which stands for Representational State Transfer, is an architectural style for designing networked applications. It provides a set of principles and constraints for creating web services that can be easily consumed by clients over the internet. A REST API (Application Programming Interface) is an implementation of the REST principles that allows communication between clients and servers u..
CSRF, which stands for Cross-Site Request Forgery, is a type of security vulnerability that exploits the trust a web application has in a user's browser. It occurs when an attacker tricks a victim into performing an unintended action on a web application without their knowledge or consent. In a CSRF attack, the attacker crafts a malicious website or email that contains a specially-crafted reques..
XSS, short for Cross-Site Scripting, is a type of security vulnerability that occurs when untrusted data is injected into a web application and subsequently rendered on a user's browser. It allows attackers to execute malicious scripts in the victim's browser, potentially compromising their data, stealing sensitive information, or performing unauthorized actions on their behalf. The XSS vulnerab..
CORS stands for Cross-Origin Resource Sharing. It is a mechanism that allows web browsers to make cross-origin HTTP requests securely. In the context of web development, an origin is defined as the combination of the protocol (e.g., HTTP or HTTPS), domain, and port from which a resource is being requested. By default, web browsers enforce a security policy called the Same-Origin Policy, which re..
SSL, which stands for Secure Sockets Layer, is a cryptographic protocol designed to provide secure communication over a computer network. It ensures that the data transmitted between a client (such as a web browser) and a server is encrypted and protected from unauthorized access or tampering. SSL was developed by Netscape Communications in the mid-1990s and has become an industry standard for s..