typequiz:在Alura的React v2浸泡期间创建的项目

时间:2024-06-13 18:43:57
【文件属性】:

文件名称:typequiz:在Alura的React v2浸泡期间创建的项目

文件大小:1.22MB

文件格式:ZIP

更新时间:2024-06-13 18:43:57

alura imersao-react aluraquiz JavaScript

带有样式组件的示例应用 此示例介绍了如何使用与样式不同的样式解决方案,也支持通用样式。 这意味着我们可以为HTML中的第一个渲染提供所需的样式,然后将其余样式加载到客户端中。 在这种情况下,我们使用 。 为此,我们扩展了并将服务器端渲染的样式注入到<head> ,并且还添加了babel-plugin-styled-components (服务器端渲染所需)。 另外,我们使用NextJS自定义组件为样式组件设置了全局。 自己部署 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example with-styled-components with-styled-components-app # or yarn create next-app --example with-styled-components with-s


【文件预览】:
typequiz-main
----.gitignore(386B)
----README.md(3KB)
----public()
--------backAlt.svg(461B)
--------card.png(25KB)
--------back.svg(469B)
--------site.webmanifest(409B)
--------questoes()
--------android-chrome-192x192.png(1KB)
--------favicon-32x32.png(236B)
--------android-chrome-512x512.png(4KB)
--------favicon.png(33KB)
--------apple-touch-icon.png(1KB)
--------favicon-16x16.png(216B)
--------favicon.ico(20KB)
----db_local.json(8KB)
----pages()
--------api()
--------index.jsx(2KB)
--------_document.jsx(805B)
--------_app.jsx(3KB)
--------quiz()
----package.json(829B)
----src()
--------components()
--------contexts()
--------fonts()
--------reducers()
--------screens()
--------animations()
----.babelrc(87B)
----.eslintrc.js(299B)
----db.json(9KB)
----package-lock.json(283KB)

网友评论