nextjs & react - fill the gaps Flashcards

1
Q

React is a JavaScript……….for building interactive user …………. .

A

library - interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

By user interfaces, we mean the elements that ………………….see and interact with on-screen.

A

users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

By library, we mean React provides helpful ………………….. to build UI, but leaves it up to the developer where to use those ………………. in their application.

A

functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Part of React’s success is that it is…………………………….. about the other aspects of building applications. This has resulted in a flourishing …………………….. of third-party tools and solutions.

A

relatively unopinionated (შედარებით გაუგებარი) - ecosystem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It also means, however, that building a complete …………………. application from the ground up requires some effort. Developers need to spend time configuring tools and reinventing …………………….. for common application requirements.

A

React - solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Next.js is a React ………………….. that gives you building ………………. to create web applications.

A

framework - blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

By framework, we mean Next.js handles the tooling and configuration needed for React, and provides additional ….(1)…., (2)…….., (3)……..for your application.

A

structure, features, and optimizations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You can use React to build your UI, then incrementally adopt Next.js features to solve common …………………… requirements such as -(1)……(2)………(3) - all while improving the developer and end-user experience.

A

application, (1)routing, (2)data fetching, (3)integrations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Whether you’re an individual developer or part of a larger team, you can leverage React and Next.js to build ….(1)………(2)……..(3)…………. web applications.

A

fully interactive, highly dynamic, and performant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly