-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend standardisation #18
Comments
Personally don't like the idea of having MUI skin as a component library. About CSS, we tried (@irubido and me) to use the BEM bus is more confusing but dint does not work well with component hierarchy. Architecture
A bigger project should be split into chunks inside the
where subfolders are only relevant for specific routes and root-level are used for globally shared code. Recommender libs
|
Hi guys, apology if I'm pushing my personal project. I have created a front-end framework which is inspired by elm (The Elm Architecture). It has demonstrated that is a viable alternative to other front-end. This project is certainly a niche, which is targeting rust developers who are trying to use rust for front-end development. Most rust programmers are in the back-end side of things. The advantage of using sauron is that I am the core developer and adding support for case where it is not supported can be added as we go along. |
We had a meeting with @FSM1 about this, so we can figure it out a way to organize this. I guess it would be great to organize a guild meeting to talk about this. Our general considerations are the following:
|
@wainola Just a note for library usage, I didn't mean that you write here libraries that each project must include.
But for certain we should standardize directory naming across organisation so it's easier to onboard and guide new developers as well as make it easy for people to switch between projects. Obviously some project will have additional directories and that's ok. I'm thinking of creating github repo for standards (similar to https://github.com/ipfs/eslint-config-ipfs) which we can push to npm so for lining instead of copying configuration, you could do in extends: "@chainsafe/standard" |
Frontend
page here with following subject:Brainstorm
https://mui.com/
💡 All timelines will be divided and sorted by newest on topOn Friday, November 5, We had a discussion about$Component Library Implementation$ which opened a few new questions.
My recommendation is to contain 2 separate meetings between the architecture and component library.
(please comment if you agree or disagree about this)
cc @BeroBurny @sweetpea22 @FSM1 @Tbaut @RyRy79261 and others who I forgot to tag
The text was updated successfully, but these errors were encountered: