question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  1. Know the exact size of the PC screen. You can position it in position (x, y) app, with the possibility to put it in the middle of the screen.
  2. To be able to put a full-screen app, at the start of the app if you want. Intercepting the event of change.
  3. Put the app icon.
  4. Have a menu like this: https://msdn.microsoft.com/dynimg/IC724998.png
  5. Instead of using: render (<Home />); it would be better to use as semantics / syntax: Export (<Home />); to stay on the theme with the genre react, render could be confused with the definition of class rendering.
  6. Instead of using: <App> it would be better to use as semantics / syntax: <Container> or <View> to stay in theme with the genre. As a general rule, the App signature is used to assign the name to the class of the basic project.
  7. It would be better to maintain the initial order of the case of the names do not change to maintain the structure of the order ie change: import {render, Window, App} from 'proton-native'; in import {render, App, Window} from 'proton-native'; Personally it would be good something like this: import {Export, Container, Window} from 'proton-native'; or import {Export, View, Window} from 'proton-native';

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Angelk90commented, May 31, 2018

@mischnic : In fact I believe that:   registerComponent (<App />) be better than   render (<App />) in this case.

0reactions
kusti8commented, May 31, 2018
  1. This uses libui, so if its not implemented in libui it’s not implemented here.
  2. As above, it’s a prop
  3. Windows currently doesn’t have packaging support but it’s coming soon.
  4. Same as 1
  5. There’s nothing wrong with render. Export makes less sense than render. When render gets called, it literally renders everything, which is pretty intuitive.This would also be a major breaking change. Render in React is chained also when you have a component in a component. It doesn’t serve any purpose.
  6. App is very clear that it encompases the entire app, so that you can have multiple Windows. React only allows one root component, which is for App. Flexbox View support is being worked on.
  7. It really doesn’t matter. It’s just a list of imports, which can be customized for the user however they want.
Read more comments on GitHub >

github_iconTop Results From Across the Web

some suggestions or some suggestion? - TextRanch
some suggestions is the most popular phrase on the web. More popular! some suggestions. 1,490,000,000 results on the web. Some examples from the...
Read more >
give some suggestions | English examples in context - Ludwig
High quality example sentences with “give some suggestions” in context from reliable sources - Ludwig is the linguistic search engine that helps you...
Read more >
Could you please give some suggestions / Could you give me ...
I don't believe I would ever hear a native English speaker say, "Please, can you give me some information." ( But then, never...
Read more >
Some suggestions for measuring predictive ... - PubMed
The performance of a prediction or measurement model is often evaluated by computing the correlation coefficient and/or the regression of predictions on ...
Read more >
Some suggestions for measuring predictive performance
The performance of a prediction or measurement method is often evaluated by computing the correlation coefficient and/or the regression of predictions on t....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found