Replies: 2 comments
-
+1, please make it open-source |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, please. Make it open-source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a general feedback thread for PCF and our endeavors with it.
Platform Libraries
Reference
Platform Libraries have been in preview for over a year. What is the roadmap? When is it going to GA?
Current issues
pcf-start
ships with React@16.8.6, so technically, you are testing locally against a completely different dependency.virtual
mode is PiTA, I would prefer if we could use platform libraries in Standard Controls, and not just react and fluent. There are other libraries which would come in really handy and make the overall size of the controls much smaller and loading much faster.PCF Tooling
I will try focus only on
pcf-scripts
aspcf-start
would probably require a completely separate thread.pcf-scripts
suddenly started requiring.eslintrc.json
to be present and builds started crashing when updated. Unless the tools get released as a major version with breaking changes, I don't think that this should happen. Make it optional. I am a big fan of eslint and enforcing code-style and other rules, but it just can't be that disruptive, especially since generated projects include"pcf-scripts": "^1"
inpackage.json
.pcf-scripts
andpcf-start
). I bet community could easily and quickly add support for WebAPI calls topcf-start
and make controls more easily testable locally. Yes there are third party tools for it... But why have to use multiple tools, when we all can just focus effort into one...?pcf-scripts
andpcf-start
which simply make it impossible to use.pcf-scripts
"compiled" code and build off from there, but once again - I think it would benefit the community much more if we all shared the effort.It's a lot of questions, but I believe these things are really crucial for this.
Beta Was this translation helpful? Give feedback.
All reactions