fireship.io icon indicating copy to clipboard operation
fireship.io copied to clipboard

Build and ship your app faster https://fireship.io

Results 260 fireship.io issues
Sort by recently updated
recently updated
newest added

As per issue #885, I have changed "... efficiently rerend any each..." to "...efficiently rerender any each..." in basics-components.md

Removed period at third bullet point. Since this is a list, a period would not work best here.

Added a period to the end of the sentence in line 39 (grammar fix).

# Navbar Create a dynamic navigation bar with React [https://fireship.io/courses/react-next-firebase/app-loader/](https://fireship.io/courses/react-next-firebase/app-loader/)

In "Virtual DOM and React Fiber" Is: "... efficiently rerend any each..." should: "...efficiently rerender any each..."

# Components How does a component-based architecture for building UIs actually work? [https://fireship.io/courses/angular/app-material/](https://fireship.io/courses/angular/app-material/)

In "Option 3: Logical And". Instead of `{count && 2 === 0 ? Count is even }` it should be `{count && 2 === 0 && Count is even }`

# How to use JS with Flutter Web How to interop between JavaScript and Dart with Flutter Web [https://fireship.io/snippets/using-js-with-flutter-web/](https://fireship.io/snippets/using-js-with-flutter-web/)