#Reagent: #인터페이스 - #클로저스크립트 #리엑트

#Reagent: #인터페이스 - #클로저스크립트 #리엑트

2023-09-25 Note clojurescript notes react

Introduction to Reagent

Reagent provides a minimalistic interface between ClojureScript and React. It allows you to define efficient React components using nothing but plain ClojureScript functions and data, that describe your UI using a Hiccup-like syntax.

Reagent 는 ClojureScript 와 React 사이의 최소한의 인터페이스를 제공합니다. 이를 사용하면 히컵과 유사한 구문을 사용하여 UI 를 설명하는 일반 ClojureScript 함수와 데이터만을 사용하여 효율적인 React 컴포넌트를 정의할 수 있습니다.

The goal of Reagent is to make it possible to define arbitrarily complex UIs using just a couple of basic concepts, and to be fast enough by default that you rarely have to think about performance.

Reagent 의 목표는 몇 가지 기본 개념만으로 임의로 복잡한 UI 를 정의할 수 있고, 기본적으로 충분히 빨라서 성능에 대해 거의 생각할 필요가 없도록 하는 것입니다.

from kit-clj

[2023-09-25 Mon 15:36] https://kit-clj.github.io/docs/clojurescript.html#reagent

Related-Notes

References

마지막 수정일자