reactjs-interview-questions
React
Our great sponsors
reactjs-interview-questions | React | |
---|---|---|
16 | 995 | |
21,881 | 190,591 | |
- | 1.1% | |
7.0 | 9.8 | |
7 days ago | 4 days ago | |
JavaScript | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
reactjs-interview-questions
-
I kinda of lost of what to study next
I like to look at this, https://github.com/sudheerj/reactjs-interview-questions, once in a while. What are you studying for? Interview prep or just learning?
- From BPO (day-to-day monotonous work) To Frontend Engineer In A Startup! ( Without CS Degree )
-
I (self-taught) had my first-ever interview for a web dev job yesterday. Here is what the interview was like and the questions I was asked. [Long]
React interview questions: https://github.com/sudheerj/reactjs-interview-questions Js interview questions: https://github.com/sudheerj/javascript-interview-questions
-
Tips for tomorrow's interview
Here is a good GitHub repo with over 200 questions and answer. React Interview Questions and Answers. They will probably just ask questions like virtual dom, state, props, hooks, and lifecycles. Most interviews I’ve done only covered those and didn’t get too deep into react under the hood. Good luck tomorrow!
- My web dev interview experience and questions I was asked!
-
Awesome React Resources
List of React interview Questions and Answers
- Is this course good enough before FAANG interview
- Educative.io Interview Prep
-
I have an interview tomorrow for a React.js Developer position any tips/advice?
I did several react interviews, always got some questions from this lists: https://github.com/sudheerj/reactjs-interview-questions
-
React assesment test - How and where to study in 1 day?
If you have been working with React for a year, then you should already have most bases in need. You can complement with this interview questions. I think the most probable someone will ask you is React Hooks, component lifecycles, state/props, and difference between uncontrolled and controlled, VDOM and reconciliation.
React
-
Discovering the front-end and React
Quoting React’s own documentation, it is an open-source JavaScript library, developed by Facebook, used for building user interfaces. A library is basically a set of functionalities developed and published by a third party that are not native to the language. React exists to facilitate the work of developers who need to create interactive user interfaces in web applications. The three main concepts of React are components, props and state.
-
Getting Started with React
React Docs Components JSX
-
Build a Web3 app with Solidity
Next, we will need to install create-react-app which allows us to create and run a react application very easily without too much configuration. You can install it using the following commands:
-
Build a crypto application with GraphQL Federation
React — A JavaScript library for building user interfaces
-
Bearcam Companion: UI Improvements, Authentication and Identifications
In my previous post, I described how I used React and the Amplify CLI to implement an initial front-end for the Bearcam Companion. This time I will write about
-
The Largest River: Part 1 - First Steps to Building a Globally-Distributed Application
A React frontend sends traffic through an Nginx reverse proxy, to VMs running in multiple regions. Running VMs in multiple regions (once properly load-balanced) will result in shorter round trips, as well as enabling us to reroute traffic in the event of a region outage. These VMs are all running the same containerized Node.js process, which creates a connection to a YugabyteDB database. YugabyteDB is a Postgres-compliant, highly-available, distributed database. If you’d like to spin up an always-free single-node cluster for yourself, you can do so here.
-
How can I access/console.log the fiber tree as it renders to a page in Chrome?
A good first step would be to check out how react-dev-tools is doing it, even if it's just to understand the complexities. Although going the route of injecting a custom renderer or attaching events to the current one is probably going to be more involved than you'd like/need. But if you do there are some good resources:
-
Jumpstart your Angular 14 development with Storybook, Tailwind and Nx
Following us on Twitter, and Subscribe to the YouTube Channel for more information on Angular, React, Nx, and more! Subscribing to our newsletter! As always, if you are looking for enterprise consulting, training and support, you can find out more about how we work with our clients here.
- As a beginner which is better Redux or useContext() API?
-
Side Project: RedirectMe
For the front-end, I chose Reactjs, because I had never used it before and I thought it would be a great opportunity to learn while using it. (It was created with Reactjs 17, an upgrade to v18 will happen soon, along with a post on how it goes).
What are some alternatives?
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
SvelteKit - The fastest way to build Svelte apps
lit-element - LEGACY REPO. This repository is for maintenance of the legacy LitElement library. The LitElement base class is now part of the Lit library, which is developed in the lit monorepo.
Vue.js - 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Svelte - Cybernetically enhanced web apps
leetcode-patterns - A curated list of leetcode questions grouped by their common patterns
awesome-blazor - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stimulus - A modest JavaScript framework for the HTML you already have [Moved to: https://github.com/hotwired/stimulus]
Tailwind CSS - A utility-first CSS framework for rapid UI development.
qwik - The HTML-first framework. Initialize apps of any size with < 1kb JS
Express - Fast, unopinionated, minimalist web framework for node.
vite - Next generation frontend tooling. It's fast!