Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of cr05s19xx

cr05s19xx

cr05s19xx has asked 7 questions and find answers to 3 problems.

Stats

177
EtPoint
62
Vote count
7
questions
3
answers

About

★ Frontend developer -- React, Angular, Svelte, Vanilla web design

★ Backend developer -- Java, NodeJS, PHP, Python

★ Desktop application -- NodeJS (Electron)

★ Database Administrator -- MongoDB, Oracle SQL, PostgreSQL, MySQL

★ Testing -- Espresso, JUNit, PHPUNit, Jest, Cypress, etc.

★ Other - PL/SQL, Graphic Design

import React from 'react';

function HelloWorld() {
    return <h1>Hello world 😎</h1>
}

export default React.memo(HelloWorld);