-
make sure components only use other components and pass props, opposed to use containers. By using containers, it feels like I am breaking the pattern.
-
The [README](https://github.com/TwoStoryRobot/react-lunr/blob/master/README.md) has incorrect JSX.
```jsx
{results => result.map(result => (
{result.item.name}
{result.item.body}
…
-
It'd be neat if we could write JSX in the Turbine views. It'd require a custom Turbine transform, as the output from today's JSX transformers output to a format designed for VDom.
Check out [Surplu…
-
-
## Current behaviour 💣
I have ejected a Create React App (CRA) and am configuring it with a custom Webpack setup. I am separating the login, registration, and main pages into different entry poin…
-
- 필요한 패키지 설치
+ npm i history react-router-dom
+ npm i react-icons
- static.json 을 백엔드 서버에서 받을 예제 데이터로 합니다.
- 예약자원,예약,사용자에 해당하는 기본 컴포넌트 4개
- App.css 새로 작성(main.jsx 에서 import 한 index.css 는 …
-
## Description
Follow the UI style, font type and proper logos while creating the header of the landing page.
## Task
- Initialize header.jsx in `src/components/Header` directory ( ⚠️ NOTE: I…
-
## Summary
### Prerequisites
- React app which compiles with legacy JSX transform
- Add a JSX element with spread operator with binary conditional, e.g.:
```
setCount(currentCount => cur…
-
### Description
When I use the latest version of _@wordpress/scripts_, I receive a runtime error when trying to use _React MUI_. However, previous versions of _@wordpress/scripts_ work just fine wi…
-
### Motivation
some developers (and ai, too!) will write attributes in jsx style. eg ```link```.
in idiomatic svelte, this should be `link`
### Description
warn on ```attr={``}```
### E…