Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(your-first-app): switch to Date.now() #2915

Merged
merged 5 commits into from
Jun 26, 2023
Merged

Commits on Apr 14, 2023

  1. Improving docs

    I replaced `new Date().getTime()` with the static method `Date.now()` because the previous was over-engineering and had worse performance.
    biskweet authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f62dcac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    46a3138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb20ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7cd9c View commit details
    Browse the repository at this point in the history
  4. docs(many): remove new line

    thetaPC committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    36340a8 View commit details
    Browse the repository at this point in the history