Back to Blog

Related posts

Read more »

Bare-metal frontend

Bare-metal frontend Introduction Modern frontend applications have become very rich, complex and sophisticated. They are not just simple UIs polling data. They...

React Coding Challenge : TIC-TAC-TOE

React Tic‑Tac‑Toe Implementation Component Code javascript import { useState } from 'react'; import './styles.css'; function Square{ value, onClick } { return...