-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…
-
### 📖 오늘 학습 내용
- [X] ES 모듈 개념 정리
- [X] Vite 번들링 도구 학습 및 환경 설치
- [X] 리액트 구조 구동 원리 이해
- [X] .DS_Store를 .gitignore에 추가하여 관리
**1️⃣ ES 모듈 이해_ECMAScript Module**
>ES 모듈은 자바스크립트의 공식 모듈 시스템으로 자바스…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```
-
It would be amazing if we could use nativewind with one, but a lot of things should be made to do so.
1. In order to `nativewind@4` work we need a vite plugin which transforms css to `react-native-…
-
### Dependency
- [x] Merge: https://github.com/hackforla/311-data/issues/1778
### Overview
As a consequence of our Vite migration, we need to document the necessity for components to have .jsx …
-
## Premier essai
Cette erreur sur la main window en dev (mais pas sur /side_window) après avoir activé le mode strict :
![image](https://github.com/user-attachments/assets/eea071ee-b0a3-44fc-975…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please…
-
### Version:
- `@inertiajs/react` version: 1.0.0
### Describe the problem:
this error is produced when using private channel with pusher.
public channel works fine without any error.
us…
-
While this is not a problem as of now, we should be concerned about the size of our repo; specially, from photos, videos, and the like.
We could employ a mixed strategy using minifiers, compressors…
-
## Bug Report
### Steps to Reproduce:
Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 fails for two reasons:
1. Top-level a…