Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
moralis-admin-frontend
Advanced tools
env.example
to .env
yarn install
yarn dev
src/index.tsx
yarn storybook
storybook
on port 6006
In-Progress
label to itmaster
where the number is the feature or issue id as it'll close the issue on merge
134-avatar-component
merge request
named after the branch and add the In-Progress
label to it and to the Issueyarn atomic
to generate your component.
Architecture
section to decide which layer your component resides inLayout
for an overview of the component
structureIn-Review / Documentation
label and assign reviewer(s)Atoms:
Molecules:
Organisms:
Templates:
Pages:
The component
layout convention
Component.stories.tsx
stories using storybookComponent.styles.tsx
component stylingComponent.test.tsx
testing using jestComponent.tsx
component logictypes.ts
component types
I
for type interface Component
for domain and Props
for actionInterProps
does not become IInterprops
IComponetProps
for interfaceTComponentAction
for typeEComponentCommand
for enummock.ts
component mock dataindex.ts
export { default as Component } from './Component';
Q: no node_modules
folder after yarn install
A: it's hidden using .vscode/settings.json
for performance and a better overview
FAQs
## Epic
The npm package moralis-admin-frontend receives a total of 0 weekly downloads. As such, moralis-admin-frontend popularity was classified as not popular.
We found that moralis-admin-frontend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.