-
# Korean Translation Progress
### 번역해주시는 분
@SeonHyungJo
@BKJang
@dididy
## **새로운 번역가분들은 확인해주세요!!**
현재 이슈의 아래를 확인하고 작업시작 또는 작업요청을 해주세요.
1. 아래의 번역 리스트를 확인합니다.
2. 번역을 하고 싶은 내용 또는 관심이…
-
Currently, the SpecIF-Viewer is hard to maintain and extend.
It might be simpler (and in sum less work) to migrate the frontend logic to a standard framework like Angular/Vue/React.
-
### Summary:
I use react-modal as our modal component, modal render expected content at client side.
but when server-side rendering, I can't get content of modal to display.
Do react-modal support …
-
We want to:
- ensure govuk-react (CSSinJS) provides the same features as [govuk-frontend](https://github.com/alphagov/govuk-frontend) (CSS Modules) but with React specific components/templates
- r…
-
Hi I am hoping for a bit of help here if possible. I cannot get transition group to work. The routing works fine but there are no transitions and the console.log("FIRED") isn't outputted either. I bel…
-
When importing `@material-ui/core` from skypack, somewhere in the dependency tree is an import for this URL: https://cdn.skypack.dev/-/@material-ui/core@v4.11.4-SaQ0KPzNLsp4Nqk6uDbZ/dist=es2020,mode=r…
-
Been thinking about how to do animations a lil, and think having a component with Nanomorph would be the right place to add them. We should be able to do stuff like this at 60fps:
![react-f1-chief]…
-
First of all thank you for the great bootstrap example!
Have few questions:
1. What's the purpose of making an `App` class a subclass of a `Component` i.e. `class App extends Component`?
2. And…
-
**I keep getting the following error:**
index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsa…
-
### Describe the bug
The Typescript types in a Svelte component don't come through to the props table in Storybook.
### Steps to reproduce the behaviour
`MyComponent.svelte`
```svelte
/*…