Experience-Monks / Experience-Monks/react-f1
Implement set
Open
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In the core `f1` module you can do something like.
``` javascript
ui.set("someState")
```
Which will force the ui to simply jump/pop to that state and ignore path finding and animation. This could be implemented in `react-f1` by doing something like
``` javascript
```
Contributor guide
Research direction
Start by locating the ReactF1 component and its existing state, path-finding, and animation handling, then compare it with the core f1 ui.set("someState") behavior. Done means the set prop accepts a state and makes the UI jump or pop directly while skipping path finding and animation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100