
Core react concepts
React is a front-end JavaScript library for building user interfaces or UI components. If you want to set up react project on your computer or to create a project, run
I write about modern JavaScript, frontend architecture, performance, and personal lessons from real-world software development.
React is a front-end JavaScript library for building user interfaces or UI components. If you want to set up react project on your computer or to create a project, run
All variables in the javascript look like same. But if we can see closely, we can see something different. If we would like to see value types we can ask the type of operators then javascript returns you an answer.
JavaScript is declared using one of three keywords var, lat, and const.var is the most common declarative keyword. It’s a global variable and it’s visible out of the function and inside of the function;
As a Javascript developer, we have to know about truthy and falsy values.In javascript, All values are truthy values unless they are defined as, undefined, null, NaN, false. An example of truthy values is ‘0’ , ’ ‘ , [],{},true. Otherwise, if we didn’t defend the value that is a falsy value.
Learn how to organize scalable, reusable UI patterns with Tailwind CSS and component-driven development.