19
Should you React? Ivan Varga, Axilis d.o.o

Should you react?

  • Upload
    axilis

  • View
    90

  • Download
    2

Embed Size (px)

Citation preview

Page 1: Should you react?

Should you React?Ivan Varga, Axilis d.o.o

Page 2: Should you react?

ReactReact je UI JavaScript biblioteka koju održavaju Facebook i Instagram.

Page 3: Should you react?

KomponenteKomponete su gradivne jedinice React aplikacija.

Page 4: Should you react?

JSX

Page 5: Should you react?

Primjer: Grocery list

Page 6: Should you react?

Primjer

Page 7: Should you react?

Stateless function components

Page 8: Should you react?

Stateless function components

Page 9: Should you react?

Router

Page 10: Should you react?

Flux

Page 11: Should you react?

Redux• JavaScript state containter biblioteka koja

implementira Flux arhitekturu• reducer(prevState, action)=(newSate)

Page 12: Should you react?

Razvojno okruženje• Notepad • Visual studio code• Atom• Nucleid

Page 14: Should you react?

Tic Tac Toe Store

Page 15: Should you react?

Tic Tac Toe komponenteTicTacToe

TicTacToeCell

TicTacToeCell

TicTacToeCell

ModeLink ModeLink ModeLinkModeLink

TicTacToeCell

TicTacToeCell

TicTacToeCell

TicTacToeCell

TicTacToeCell

TicTacToeCell

Page 16: Should you react?

TicTacToeCell

Page 17: Should you react?

ModeLink

Page 18: Should you react?

TicTacToe

Page 19: Should you react?