translate importing-exporting-components#444
Conversation
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Three Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
mattia-sanfilippo
left a comment
There was a problem hiding this comment.
Ciao @eliamaino-fp 👋
Ottimo lavoro e grazie mille per aver contribuito! 🚀
Ho proposto due piccolissime modifiche, facci sapere cosa ne pensi! 😄
| ``` | ||
|
|
||
| Now `Gallery.js` contains two exports: a default `Gallery` export, and a named `Profile` export. `App.js` imports both of them. Try editing `<Profile />` to `<Gallery />` and back in this example: | ||
| Ora `Gallery.js` contiene due esportazioni: una predefinita `Gallery` e una denominata `Profile`. `App.js` le importa entrambe. Provate a modificare `<Profile />` in `<Gallery />` e viceversa in questo esempio: |
There was a problem hiding this comment.
| Ora `Gallery.js` contiene due esportazioni: una predefinita `Gallery` e una denominata `Profile`. `App.js` le importa entrambe. Provate a modificare `<Profile />` in `<Gallery />` e viceversa in questo esempio: | |
| Ora `Gallery.js` contiene due esportazioni: una predefinita `Gallery` e una denominata `Profile`. `App.js` le importa entrambe. Prova a modificare `<Profile />` in `<Gallery />` e viceversa in questo esempio: |
Parlerei in singolare come fatto da altre parti :) Cosa ne pensi?
|
Ciao @mattia-sanfilippo, grazie per la review! Ho sistemato i due errori :) |
1 similar comment
|
Ciao @mattia-sanfilippo, grazie per la review! Ho sistemato i due errori :) |
mattia-sanfilippo
left a comment
There was a problem hiding this comment.
Grazie @eliamaino-fp! 🚀
Added translations for
importing-exporting-components.See #418