Replies: 3 comments
|
Yes, I wouldn't recommend using such ES6 features right now. |
0 replies
|
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... |
0 replies
|
I haven't heard about nano-react but I'll consider using that library too, thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions