nuxt-modules / nuxt-modules/device
Custom flags are not reactive
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
If I add a custom flag, in my case device orientation, it is not reactive within the components.
Do you think that there is an easy way to extend the REFRESH_ON_RESIZE implementation to also include the custom flags, and thus pass them to the Vue.observable?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the REFRESH_ON_RESIZE implementation and the Vue.observable call mentioned in the issue. Trace how custom flags such as device orientation are passed into component state, then verify that changing a custom flag updates components reactively.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100