Self hosted TinyMCE 6.x in NextJS 12.x - Javascript version
Create NextJS Project
1 | yarn create next-app |
Install TinyMCE latest version
1 | yarn add tinymce @tinymce/tinymce-react copy-webpack-plugin |
Self hosted TinyMCE 6.x in NextJS 12.x - Javascript version
1 | yarn create next-app |
1 | yarn add tinymce @tinymce/tinymce-react copy-webpack-plugin |
How to generate a new Ethereum address
Bitcoin and Ethereum are different design ideas for account systems. So their transaction systems are not the same.
Today, I will ignore Bitcoin and more explain about Ethereum.
Unspent Transaction Output
.What is the value of Blockchain?
We need to define the value before when we talk about the value of blockchain.
I think that there are two simple kinds of value.
They are completely different, but they do not conflict with each other.
Things could be used those means to explain their value. For Examples:
Electric Power In my opinion, electric power brings benefits to human civilization. And normal people get it very cheap.
Hermès’s bag From my point of view luxury goods doesn’t bring anything to human civilization. But they are very very expensive.
SpaceX’s rocket I honestly think that the rocket brings great benefits to human civilization, and it is very expensive.
Current the article As far as I’m concerned, this article neither brings anything to human civilization, nor no one wants to pay any price.
If you ask me what is the value of blockchain now, I need to know which value is you asked for.
I will discuss each value of blockchain below.
This article is very subjective. If you do not feel comfortable viewing it, please close it as soon as possible.
If you think my article can help you, you can subscribe to this site by using RSS.
What is the biggest problem with Web3?
Recently, I was studying so much knowledge about Web3. Then one question is always in my head.
Why Web3 is the further? Why?
I know we can get so many cool things by Web3.
But…
Write to 18 years old me in 2022
Write to 18 years old me in 2012 - Chinese Version
Write to 18 years old me in 2016 - Chinese Version
Write to 18 years old me in 2019 - Chinese Version
Hi everyone. Today I want to share a vim trick.
It’s very useful when I was coding every day.
So hope you like it.
I have those situation every day. I want to change ‘target’. So how can I do?
1 | foo target boo |
How to Set Up a NextJS Project with TypeScript
I want to record how to setting up a NextJS project with TypeScript.
1 | yarn create next-app --typescript [your project path] |
Yes, I used yarn. I prefer yarn to npm.
How to build a basic dashboard layout with Tailwind CSS 2.x
I want to build a new Admin Dashboard system from zero. So I need to build everything.
I need a basic dashboard layout. It looks like below a picture.
A basic dashboard has three parts.
Let’s go.