jd-opensource / jd-opensource/awesome-taro
how to do with Taro 3.4.11
Open
- Dominant language
- No language data
- Stars
- 2.9k
- Forks
- 313
- PR merge metrics
- No merged PRs in 30d
Description
Taro 2.0.4 we can do like this
let pages = getCurrentPages();
let prevPage = pages[pages.length - 2];
prevPage.$component.setPlate({
plate: item
});
but i do not know how to do with Taro 3.4.11
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the Taro 2.0.4 example using getCurrentPages, prevPage.$component, and setPlate with the Taro 3.4.11 page and navigation APIs. Confirm the supported equivalent for updating the previous page, then document a working Taro 3.4.11 example and its expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100