You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0000-template.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ closely to the solution you have in mind.
25
25
# Detailed design
26
26
27
27
This is the bulk of the RFC. Explain the design in enough detail for somebody
28
-
familiar with Vue to understand, and for somebody familiar with the
28
+
familiar with NativeScript to understand, and for somebody familiar with the
29
29
implementation to implement. This should get into specifics and corner-cases,
30
30
and include examples of how the feature is used. Any new terminology should be
31
31
defined here.
@@ -36,9 +36,9 @@ Why should we *not* do this? Please consider:
36
36
37
37
- implementation cost, both in term of code size and complexity
38
38
- whether the proposed feature can be implemented in user space
39
-
- the impact on teaching people Vue
39
+
- the impact on teaching people NativeScript
40
40
- integration of this feature with other existing and planned features
41
-
- cost of migrating existing Vue applications (is it a breaking change?)
41
+
- cost of migrating existing applications (is it a breaking change?)
42
42
43
43
There are tradeoffs to choosing any path. Attempt to identify them here.
44
44
@@ -48,10 +48,8 @@ What other designs have been considered? What is the impact of not doing this?
48
48
49
49
# Adoption strategy
50
50
51
-
If we implement this proposal, how will existing Vue developers adopt it? Is
52
-
this a breaking change? Can we write a codemod? Can we provide a runtime adapter library for the original API it replaces? How will this affect other projects in the Vue ecosystem?
51
+
If we implement this proposal, how will existing NativeScript developers adopt it? Is this a breaking change? Can we write a codemod? Can we provide a runtime adapter library for the original API it replaces? How will this affect other projects in the NativeScript ecosystem?
53
52
54
53
# Unresolved questions
55
54
56
-
Optional, but suggested for first drafts. What parts of the design are still
57
-
TBD?
55
+
Optional, but suggested for first drafts. What parts of the design are still TBD?
0 commit comments