일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- bitcoin
- middleware
- hardhat
- express.js
- tailwindcss
- web
- 기준
- blockchain
- typeScript
- CLASS
- Redux
- nextJS
- SSR
- solidity
- CSS
- REACT
- Interface
- JavaScript
- API
- Ethereum
- built in object
- node.js
- error
- useState
- HTML
- graphQL
- evm
- Props
- 삶
- concept
- Today
- Total
목록concept (5)
ReasonJun
pnpm is a fast and disk space efficient package manager for JavaScript. It uses a content-addressable filesystem to store all files from all module directories on a disk. This means that pnpm only stores one copy of each file, regardless of how many packages depend on it. This can save a lot of disk space, especially for large projects with many dependencies. pnpm is also very fast. It can insta..
Webpack is a static module bundler for JavaScript applications. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. Webpack takes modules with dependencies and generates static assets representing those modules. Here are some of the benefits of using Webpack: It can bundle multiple JavaScript files in..
The React Framework for Production. Next.js by Vercel - The React Framework Next.js by Vercel - The React Framework Next.js Boilerplate A Next.js app and a Serverless Function API. Image Gallery Starter An image gallery built on Next.js and Cloudinary. Next.js Commerce An all-in-one starter kit for high-performance e-commerce sites. nextjs.org Next.js is a popular open-source framework for build..
Firebase is a comprehensive suite of cloud-based development tools and services offered by Google. It provides a range of features and functionalities that help developers build and scale web and mobile applications quickly and efficiently. Firebase offers a wide array of services across various areas of application development, including: Real-time Database: Firebase's Real-time Database is a N..
Component-Based Architecture: React follows a component-based architecture, where the UI is divided into reusable components. Components are encapsulated, self-contained units that manage their state and handle rendering. This modular approach makes it easier to build and maintain complex UIs. Virtual DOM: React uses a virtual DOM (Document Object Model) to efficiently update and render UI compo..