Replies: 3 comments
-
Yes, I wouldn't recommend using such ES6 features right now. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Maybe I'll take a look at what might be needed to set up react instead. Were you leaning towards a full react app, or something lightweight like nano-react-app? The ecosystem is a lot bigger than it was the first time I looked at react... |
Beta Was this translation helpful? Give feedback.
-
I haven't heard about nano-react but I'll consider using that library too, thanks. |
Beta Was this translation helpful? Give feedback.
-
I have a few ideas for improvements to the server page I'd like to implement, mainly centered around the ability to collapse server blocks I'm not interested in at the moment.
While I worked through understanding the way the current code works, I noticed that there's nothing like arrow functions (
(arg) => { /* body */ }
) or template literals (`string ${variable}`
) currently being used.Is this because it will break things on some supported devices/browsers? Should I avoid them in any PRs that I end up submitting?
Beta Was this translation helpful? Give feedback.
All reactions