728x90 반응형 분류 전체보기51 Redux vs Redux Toolkit (code example) Redux Basics Redux is a state management library that allows you to have a global state in the context of react. It means that you can have a state that is accessible from any component no matter where they are in the tree. Important concepts - 1. Store: - global state that is going to be accessible across any component no matter where they are in the react application. store you get to define i.. 2024. 3. 9. Redux - Complete Tutorial (with Redux Toolkit) https://www.youtube.com/watch?v=5yEG6GhoJBs 2024. 3. 9. Typescript - interface, type, class 이해하기 Let’s delve into the differences between interfaces, types, and classes in TypeScript, along with practical examples for each. Interfaces An interface defines a contract that an object must adhere to. It describes the shape of an object by specifying its properties and methods. Here’s an example: TypeScript interface Client { name: string; address: string; } You can express the same contract usi.. 2024. 3. 9. How to prepare for Senior Front End Engineer Interview Preparing for a technical interview as a senior front-end engineer requires a systematic approach. Here is a step-by-step guide to help you prepare: Step 1: Review the Job Description Carefully read the job description to understand the specific requirements of the role. Take note of the technologies, frameworks, and skills mentioned. Step 2: Refresh Core Front-End Concepts Ensure you have a sol.. 2023. 7. 16. 이전 1 ··· 5 6 7 8 9 10 11 ··· 13 다음 728x90 반응형