前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >使用React+Electron开发 Markdown 云笔记本(1)

使用React+Electron开发 Markdown 云笔记本(1)

原创
作者头像
马克付
发布2022-12-11 17:04:34
4410
发布2022-12-11 17:04:34
举报
文章被收录于专栏:技术进阶系列技术进阶系列
使用React+Electron开发 Markdown 云笔记本(1)
使用React+Electron开发 Markdown 云笔记本(1)

Electron 简介

  • 桌面应用利器 可调用桌面的 api 实现更多功能
image.png
image.png
image.png
image.png

React 简介

  • 老朋友了 主要还是需要看官网
  • 敲起来非常 爽的
image.png
image.png

我们将要做一个 支持 Markdown的云笔记 应用

  • 下节见

Declarative

React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.

Declarative views make your code more predictable and easier to debug.

Component-Based

Build encapsulated components that manage their own state, then compose them to make complex UIs.

Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.

Learn Once, Write Anywhere

We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code.

React can also render on the server using Node and power mobile apps using React Native.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Electron 简介
  • React 简介
  • 我们将要做一个 支持 Markdown的云笔记 应用
    • Declarative
      • Component-Based
        • Learn Once, Write Anywhere
        领券
        问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档