DEV Community

lshawa
lshawa

Posted on

TechnicalSkills

I’m a frontend developer and have been using HTML, CSS, javascript, and the react and redux frameworks. I am looking to acquire more experience and more in depth knowledge of object oriented and functional programming and then ultimately become a complete full- stack web developer.

Top comments (3)

Collapse
 
geraalcantara profile image
Gerardo Alcantara

Have you check out Svelte?

Collapse
 
lshawa profile image
lshawa

I haven’t what is it?

Collapse
 
geraalcantara profile image
Gerardo Alcantara

Svelte it work like React but insted of having a js to make the end user to load a js file to interpreter the jsx sintax and produce the react elements in the virtual dom, is a compiler you write in Svelte and at the end you ship only pure js to the user making all more fast. check out

richharris image