FrontendMasters – Introduction to Next.js

[FreeCoursesOnline.Me] FrontendMasters – Introduction to Next.js
English | Size: 1.91 GB
Category: Tutorial


Next.js is a complete full-stack framework built on top of React.js. You can use Next.js to create static sites like blogs and documentation websites to even full-blown, full-stack applications, and APIs. In this course, you’ll learn server-side rendering, static site generation, data fetching, build API endpoints, creating pages with the file system, add CSS modules inside of Next.js, and much more!

Frontendmasters – React.js ( Flux Architecture )

Frontendmasters – React.js ( Flux Architecture )
English | Size: 1.87 GB
Category: TUtorial


React is a JavaScript library to create user interfaces created by Facebook and Instagram. React.js creates its own virtual DOM where your components actually live. This virtual approach to DOM gives tremendous flexibility and amazing performance achievements, as React.js calculates what changes should be made in DOM in advance and updates the DOM tree. Discover the JSX (and the ES6 features that come with it) by creating React custom components, integrate React with the components of the J’uery UI/Bootstrap.