Skip to content

Commit 58e7984

Browse files
committed
Update README-gre.md
1 parent b6cfa89 commit 58e7984

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README-gre.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414

1515
Ήμουν ένα από τα αρχικά μέλη της ομάδας του Facebook που έχτισαν και έκαναν open-source το React. Δεν δουλέυω πια στο Facebook και είμαι πλέον σε μια μικρή startup, οπότε έχω και τη μη-Facebook οπτική.
1616

17-
## How to tackle the React ecosystem
17+
## Πως να ξεκινήσετε με το οικοσύστημα του React
1818

19-
All software is built on a stack of technologies, and you need to understand enough of that stack to build your app. The reason why the React ecosystem of tooling seems overwhelming is because it’s always explained in the wrong order.
19+
Όλο το software είναι χτισμένο βασισμένο σε ένα σύνολο τεχνολογιών και πρέπει να καταλάβετε πως λειτουργούν αυτές για να μπορέσετε να χτίσετε τη δική σας εφαρμογή. Ο λόγος για τον οποίο το οικοσύστημα του React είναι τόσο πολύπλοκο είναι επειδή πάντα διδάσκεται με λάθος σειρά.
2020

21-
You should learn, in this order, **without skipping ahead or learning concurrently**:
21+
Θα πρέπει να τα μάθετε με αυτή τη σειρά **χωρίς να περάσετε κάποιο ή να μαθαίνετε πολλά ταυτόχρονα**:
2222

23-
* [React itself](#learning-react-itself)
23+
* [React το ίδιο](#learning-react-itself)
2424
* [`npm`](#learning-npm)
2525
* [JavaScript “bundlers”](#learning-javascript-bundlers)
2626
* [ES6](#learning-es6)
2727
* [Routing](#learning-routing)
2828
* [Flux](#learning-flux)
2929

30-
**You don't need to learn all of these to be productive with React.** Only move to the next step if you have a problem that needs to be solved.
30+
**Δεν είναι ανάγκη να τα μάθετε όλα αυτά για να είστε έτοιμοι να φτιάξετε κάτι έτοιμο για παραγωγή με React.** Περάστε σε επόμενο βήμα μόνο αν έχετε ένα πρόβλημα που πρέπει να λύσετε.
3131

3232
Additionally, there are a few topics that are often mentioned in the React community that are "bleeding edge". The topics below are interesting, but they're difficult to understand, are far less popular than the above topics and **aren't required for most apps**.
3333
* [Inline styles](#learning-inline-styles)

0 commit comments

Comments
 (0)