-
Hi David,
I love your work. Trying to use Packery in React via https://github.com/eiriklv/react-packery-component . Got it very close but am getting a TypeError. And I am using a different pattern th…
-
# react class 简单实现
我们的html结构
```html
```
### 创建一个可复用的点赞按钮组件
1. 先创建一个通过字符串生成dom节点的函数
```javascript
// 通过字符串生成dom元素
functio…
-
**Objective:** Add a checkbox to the idea submission form so users can indicate if their idea is already built. Update the database and API to handle this new field.
1. **Frontend Update: Idea Subm…
-
- [x] chip 컴포넌트
- [x] main member header
- [x] admin header
- [x] layout (main 등) 위치 선정
- [x] SSR 용 hydration boundary
- [x] Profile 컴포넌트
- [ ] message
- [ ] Loader
- [ ] Button
-
공부하면서 느낀 거 적으려다 보니 PR 리뷰로는 좀 길어질 거 같아서 따로 이슈로 작성해 보겠습니다. 제가 맞게 이해하고 있는지, 혹시 잘못된 부분 있으면 코멘트 남겨주시면 감사하겠습니다.
# 우리의 목표
Clean Architecture와 MVI 패턴을 결합시키는 것. 현재 우리의 레포지토리는 Clean Architecture만 따르고 있습니다.
…
-
Currently in the browse section, all new palettes are getting loaded and both state and dom are getting synced. If state is having 1000 elements then the dom is also loading 1000 nodes which is a big …
-
Dear community,
Finally, I had a chance to look deeper into guidelines about navigation bars from [Apple](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Bar…
-
Are there any type def file available for this project?
-
Trying to render out the NotificationFeed on my frontend. It is making the call to the stream api to get activities, however it's not rendering any of them.
On backend I am using the `stream-php` l…
-
Hi Dejan
the albumThumb are centered, but not photoThumb
Taking a look js code I see:
var marginWidth = 0;
```
if (prefWidth > 0) {
margi…